Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-cows-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-drinks-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-kids-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-parks-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-moons-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-suns-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-months-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-feet-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silent-baboons-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-buttons-bet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-kings-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-insects-mix.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/mama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/mama

## 1.2.0

### Minor Changes

- [#397](https://github.com/NodeSecure/scanner/pull/397) [`3ee9a2e`](https://github.com/NodeSecure/scanner/commit/3ee9a2e17c877e7ea6fe23fc4ffc86578e6d0b72) Thanks [@fraxken](https://github.com/fraxken)! - implement Manifest module type detection (with cjs, esm, dual, faux esm and dts)
2 changes: 1 addition & 1 deletion workspaces/mama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/mama",
"version": "1.1.0",
"version": "1.2.0",
"description": "Manifest Manager",
"type": "module",
"exports": "./dist/index.js",
Expand Down
32 changes: 32 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# @nodesecure/scanner

## 6.5.0

### Minor Changes

- [#415](https://github.com/NodeSecure/scanner/pull/415) [`dd35d78`](https://github.com/NodeSecure/scanner/commit/dd35d78f159a70a5ec5e8f2a1cfb326e0a522247) Thanks [@fraxken](https://github.com/fraxken)! - Simplify extractors name & add way to inject fast probes with callbacks"

- [#406](https://github.com/NodeSecure/scanner/pull/406) [`5e8beea`](https://github.com/NodeSecure/scanner/commit/5e8beead9fc1d2b3516dd410f4d0c8f2088655e4) Thanks [@fraxken](https://github.com/fraxken)! - Enhance warnings extractor by adding unique kinds & refactoring response

- [#391](https://github.com/NodeSecure/scanner/pull/391) [`cd7ea18`](https://github.com/NodeSecure/scanner/commit/cd7ea1892a06af8cdf0b4cf651cc39b9252f1651) Thanks [@clemgbld](https://github.com/clemgbld)! - (Scanner) Implement Packument 'deprecated' property in DependencyVersion

to include the message which come with the property when we detect it

- [#407](https://github.com/NodeSecure/scanner/pull/407) [`3baa212`](https://github.com/NodeSecure/scanner/commit/3baa212d0caf6de0e9b792fbad03b94990450156) Thanks [@fraxken](https://github.com/fraxken)! - Implement a new Probe extractor for flags

- [#409](https://github.com/NodeSecure/scanner/pull/409) [`0fc1156`](https://github.com/NodeSecure/scanner/commit/0fc11567e916a67066b149dea4a71d7cdf18b0fc) Thanks [@clemgbld](https://github.com/clemgbld)! - Implement EventEmitter with two events on Payload class (Extractors)

- [#404](https://github.com/NodeSecure/scanner/pull/404) [`40a9350`](https://github.com/NodeSecure/scanner/commit/40a93507e20e1002059f71a40539dfd058879257) Thanks [@fraxken](https://github.com/fraxken)! - Implement new DependencyVersion type to detect the kind of module (cjs/esm/dual..)

- [#402](https://github.com/NodeSecure/scanner/pull/402) [`d02c1e8`](https://github.com/NodeSecure/scanner/commit/d02c1e833f0c38dfc6dfb7dea481cae4c1ec0d1d) Thanks [@fraxken](https://github.com/fraxken)! - Add a new Extraction probe for vulnerabilities

- [#399](https://github.com/NodeSecure/scanner/pull/399) [`cee3398`](https://github.com/NodeSecure/scanner/commit/cee3398da6610476991fcedae0efba98f83c46e5) Thanks [@fraxken](https://github.com/fraxken)! - Implement a new extraction probe for warnings

- [#414](https://github.com/NodeSecure/scanner/pull/414) [`414d6da`](https://github.com/NodeSecure/scanner/commit/414d6dad49535ba84adf15c18f8f58b67bbb3e16) Thanks [@fraxken](https://github.com/fraxken)! - update @nodesecure/flags to major v3.x

### Patch Changes

- Updated dependencies [[`3ee9a2e`](https://github.com/NodeSecure/scanner/commit/3ee9a2e17c877e7ea6fe23fc4ffc86578e6d0b72), [`0137bc6`](https://github.com/NodeSecure/scanner/commit/0137bc6060fe56c673b1ab92214debe63ce35958), [`55af858`](https://github.com/NodeSecure/scanner/commit/55af858f993520bca6f0fc5b0dbddf0b329ab5e0), [`40a9350`](https://github.com/NodeSecure/scanner/commit/40a93507e20e1002059f71a40539dfd058879257)]:
- @nodesecure/mama@1.2.0
- @nodesecure/tarball@1.2.0
- @nodesecure/tree-walker@1.3.0
8 changes: 4 additions & 4 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "6.4.0",
"version": "6.5.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -54,12 +54,12 @@
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.0.1",
"@nodesecure/js-x-ray": "^8.1.0",
"@nodesecure/mama": "^1.1.0",
"@nodesecure/mama": "^1.2.0",
"@nodesecure/npm-registry-sdk": "^3.0.0",
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/rc": "^4.1.0",
"@nodesecure/tarball": "^1.1.0",
"@nodesecure/tree-walker": "^1.2.0",
"@nodesecure/tarball": "^1.2.0",
"@nodesecure/tree-walker": "^1.3.0",
"@nodesecure/vulnera": "^2.0.1",
"@openally/mutex": "^1.0.0",
"frequency-set": "^1.0.2",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @nodesecure/tarball

## 1.2.0

### Minor Changes

- [#401](https://github.com/NodeSecure/scanner/pull/401) [`0137bc6`](https://github.com/NodeSecure/scanner/commit/0137bc6060fe56c673b1ab92214debe63ce35958) Thanks [@clemgbld](https://github.com/clemgbld)! - (Tarball) detect and flag with hasExternalCapacity when native fetch is used

- [#404](https://github.com/NodeSecure/scanner/pull/404) [`40a9350`](https://github.com/NodeSecure/scanner/commit/40a93507e20e1002059f71a40539dfd058879257) Thanks [@fraxken](https://github.com/fraxken)! - Implement new DependencyVersion type to detect the kind of module (cjs/esm/dual..)

### Patch Changes

- [#400](https://github.com/NodeSecure/scanner/pull/400) [`55af858`](https://github.com/NodeSecure/scanner/commit/55af858f993520bca6f0fc5b0dbddf0b329ab5e0) Thanks [@fraxken](https://github.com/fraxken)! - fix file import detection and avoid confusion with package with dots

- Updated dependencies [[`3ee9a2e`](https://github.com/NodeSecure/scanner/commit/3ee9a2e17c877e7ea6fe23fc4ffc86578e6d0b72)]:
- @nodesecure/mama@1.2.0
4 changes: 2 additions & 2 deletions workspaces/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tarball",
"version": "1.1.0",
"version": "1.2.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@nodesecure/conformance": "^1.0.0",
"@nodesecure/fs-walk": "^2.0.0",
"@nodesecure/js-x-ray": "^8.2.0",
"@nodesecure/mama": "^1.1.0",
"@nodesecure/mama": "^1.2.0",
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/utils": "^2.1.0",
"pacote": "^21.0.0"
Expand Down
7 changes: 7 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/tree-walker

## 1.3.0

### Minor Changes

- [#404](https://github.com/NodeSecure/scanner/pull/404) [`40a9350`](https://github.com/NodeSecure/scanner/commit/40a93507e20e1002059f71a40539dfd058879257) Thanks [@fraxken](https://github.com/fraxken)! - Implement new DependencyVersion type to detect the kind of module (cjs/esm/dual..)
2 changes: 1 addition & 1 deletion workspaces/tree-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tree-walker",
"version": "1.2.0",
"version": "1.3.0",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
Expand Down