scanner icon indicating copy to clipboard operation
scanner copied to clipboard

⚡️ A package API to run a static analysis of your module's dependencies. This is the CLI engine!

Results 32 scanner issues
Sort by recently updated
recently updated
newest added

Bumps the dependencies group with 2 updates in the / directory: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray) and [pacote](https://github.com/npm/pacote). Updates `@nodesecure/js-x-ray` from 6.3.0 to 7.0.0 Release notes Sourced from @​nodesecure/js-x-ray's releases. v7.0.0 What's Changed chore(deps):...

dependencies
javascript

Bumps the development-dependencies group with 1 update in the / directory: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 8.57.0 to 9.2.0 Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add...

dependencies
javascript

Current authors package require a complete rewrite (from zero). That's what I was trying to do in: https://github.com/NodeSecure/authors/pull/52 (but kinda failed because it was more complicated that I imaginated). The...

help wanted
hard

My idea is to create a `licenses-conformance` workspace in here in Scanner and combine [npm-tarball-license-parser](https://github.com/NodeSecure/npm-tarball-license-parser/) and [licenses-conformance` in one package](https://github.com/NodeSecure/licenses-conformance). > [!NOTE] > licenses-conformance should be migrated to TypeScript. The...

good first issue
help wanted

Roadmap for the next major release: - Migrate to TypeScript (all the codebase). - Split main project into multiple workspaces (tarball, walker). - Refactor codebase step by step (implement new...

Tarball workspace need a rework. Current implementation is quite hard to test and evolve.

enhancement

Bumps the development-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tsx](https://github.com/privatenumber/tsx). Updates `@types/node` from 22.0.0 to 22.1.0 Commits See full diff in compare view Updates `tsx` from 4.16.2 to 4.16.5 Release...

dependencies
javascript

- [ ] Remove detection logics from tree-walker and remove Dependency class (instead return a simple Object with pacote manifest raw data) - [x] Implement vulnera major 2 - [...