v0.9.0
New release using the new NodeSecure back-end.
Highlights
- Now use ESM instead of CJS.
- Moving away from Jest to use tape for Unit testing.
- Use
@nodesecure/scanner
v3.0.0: https://github.com/NodeSecure/scanner/releases/tag/v3.0.0 - Use
@nodesecure/vis-network
: https://github.com/NodeSecure/vis-network - All CLI commands are now properly implemented in
./src/commands
. - The http server has been completely cleaned and separated into several files at
./src/http-server
.
Some enhancement from the new back-end:
- New trojan source detection on JS-X-Ray.
- Better support for npm resolvers (adding
github:
andgit:
). - Better management and retrieval of authors and maintainers.
- A lot of work around package vulnerabilities (now with a standard format). See NodeSecure/vuln.
Bug fix
- Fixed bundlephobia CORS issue.
- Fixed a bug where the http server would not open.