Skip to content

Releases: emarteca/npm-filter

v1.0.1

08 Apr 13:51
5dae875
Compare
Choose a tag to compare

Bug fixes

  • fix in the dependency tracking dependency reinstallation when the package manager is npm (by @SandZn in #2)
  • add next to the globally installed npm modules in the docker container

Functionality changes/upgrades

Refine the way to compute dependencies: if dependency tracking is enabled, we now individually list dependencies that share a namespace.
For example, with dependencies @types/history and @types/express, these are now both listed rather than only listing @type as one dependency.

Upgrade by @SandZn in #2

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

21 Mar 21:29
9f22f69
Compare
Choose a tag to compare

Release for publication in MSR 2022.