NPM package: table-filter
Details
- Time frame
- 2026
- Code
- NPM package: table-filter
- Summary
- An npm package for filtering table rows.
Background
I created this package as a personal learning exercise on how to publish npm packages following modern practices with an emphasis on how to improve the security posture against supply chain attacks in open source software.
As such, this repository and the process that publishes the package to npm uses features such as immutable releases, signed software packages through Sigstore (thanks to npm’s trusted publishing) and verified commits and tags.
As for the package itself, I found myself copying and pasting code to implement a simple table search for my small personal projects. Since my use case is small websites I chose to keep the scope of the project small.
This was my first experience working with publishing npm packages and it can be found in npm as @febog/table-filter.