Skip to content

Releases: NodeSecure/cli

v0.8.0

21 Feb 14:32
Compare
Choose a tag to compare

Official v0.8.0 release of nsecure (not an npm pre-release this time).

Highlights

  • Add a new flag to detect native addons/codes (#57) 🐲
  • Several important code maintenances (flags, tarball analysis, metadata fetcher ..)
  • fix(i18n): Add missing translation for global warnings (#63) by @kecsou
  • feat: stdout global warnings by @CroquetMickael
  • feat: add summary command (v1) (#62) by @tony-go
  • refactor(build): replace webpack with esbuild
  • feat: add version to nsecure json payload by @tony-go
  • chore: replace Travis with GitHub actions by @targos
  • enhance flags description

Thanks for all contributions.

Bug Fix

  • fixed some edge cases with arborist
  • fix: use proper npmUser.name instead of name for pkg publisher

v0.8.0-1

28 Oct 10:23
Compare
Choose a tag to compare

Highlights

  • chore: update js-x-ray (2.0.3 to 2.2.0) (fewer false positives, reduced by 50% for Encoded-literals).
  • feat: allow to search packages by size - 8baaf8f
  • feat: allow to run verify cmd on local project - f16f76e
  • feat: add a preview of the incriminated code during mouse over (#52) by Tony - 8af3a98
  • fix(i18n): typos and consistency by Antoine - aa7aef9

Thanks @tony-go and @antoineneff for their contributions.

Bug fix

  • fix(cwd): use exclude instead of store to allow re-link deps - e71bb2c
  • fix(cwd): use latest if version is undefined or equal to '*' - dadd313

Thanks to RemyTinco (Nopoza) for testing and reporting some issues for this release.