Skip to content
Open
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/fluffy-puffin-flock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cases-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-carpets-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-dingos-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-hotels-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-drinks-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-years-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upset-jokes-listen.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#582](https://github.com/NodeSecure/scanner/pull/582) [`d6c08cb`](https://github.com/NodeSecure/scanner/commit/d6c08cba0548cc54eb38601ad273a4c3a1900184) Thanks [@codingdestro](https://github.com/codingdestro)! - Added lockfile scanning utils

### Patch Changes

- [#592](https://github.com/NodeSecure/scanner/pull/592) [`407db4d`](https://github.com/NodeSecure/scanner/commit/407db4d86162e796030369781db285454249573e) Thanks [@fraxken](https://github.com/fraxken)! - Refactor scanLockFiles

## 2.0.2

### Patch Changes
Expand Down
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": "2.0.2",
"version": "2.1.0",
"description": "Manifest Manager",
"type": "module",
"exports": "./dist/index.js",
Expand Down
22 changes: 22 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @nodesecure/scanner

## 9.0.0

### Major Changes

- [#593](https://github.com/NodeSecure/scanner/pull/593) [`5a91b4d`](https://github.com/NodeSecure/scanner/commit/5a91b4d9baf0376072ab37cb57dbffa0fb845a06) Thanks [@fraxken](https://github.com/fraxken)! - Update JS-X-Ray to major v11

### Minor Changes

- [#590](https://github.com/NodeSecure/scanner/pull/590) [`388ee3d`](https://github.com/NodeSecure/scanner/commit/388ee3d8b9f5a1645eabed87467bf91accd69ad5) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): support more formats for highlight.packages

- [#596](https://github.com/NodeSecure/scanner/pull/596) [`98b9705`](https://github.com/NodeSecure/scanner/commit/98b970521015867acf5652fd37d74bb3e79b1dd7) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(scanner): make highlight contacts optional

- [#584](https://github.com/NodeSecure/scanner/pull/584) [`df67b07`](https://github.com/NodeSecure/scanner/commit/df67b07bae789fef3c3ac1241323a34293258c5b) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(deepWalker): highlight packages

### Patch Changes

- [#586](https://github.com/NodeSecure/scanner/pull/586) [`e5e09b2`](https://github.com/NodeSecure/scanner/commit/e5e09b2ceb1a6acf8dd5ff2b983cd036de93a683) Thanks [@ErwanRaulo](https://github.com/ErwanRaulo)! - fix(extractor): improve error handling for event listener

- Updated dependencies [[`407db4d`](https://github.com/NodeSecure/scanner/commit/407db4d86162e796030369781db285454249573e), [`d6c08cb`](https://github.com/NodeSecure/scanner/commit/d6c08cba0548cc54eb38601ad273a4c3a1900184), [`e920b6d`](https://github.com/NodeSecure/scanner/commit/e920b6d6c5b37221774058c47403c6a0a957767d), [`5a91b4d`](https://github.com/NodeSecure/scanner/commit/5a91b4d9baf0376072ab37cb57dbffa0fb845a06)]:
- @nodesecure/mama@2.1.0
- @nodesecure/tarball@3.0.0

## 8.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "8.2.0",
"version": "9.0.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -69,11 +69,11 @@
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.0.2",
"@nodesecure/js-x-ray": "11.0.1",
"@nodesecure/mama": "^2.0.2",
"@nodesecure/mama": "^2.1.0",
"@nodesecure/npm-registry-sdk": "^4.4.0",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/rc": "^5.0.1",
"@nodesecure/tarball": "^2.3.0",
"@nodesecure/tarball": "^3.0.0",
"@nodesecure/tree-walker": "^2.1.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "^2.0.1",
Expand Down
13 changes: 13 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nodesecure/tarball

## 3.0.0

### Major Changes

- [#593](https://github.com/NodeSecure/scanner/pull/593) [`5a91b4d`](https://github.com/NodeSecure/scanner/commit/5a91b4d9baf0376072ab37cb57dbffa0fb845a06) Thanks [@fraxken](https://github.com/fraxken)! - Update JS-X-Ray to major v11

### Patch Changes

- [#589](https://github.com/NodeSecure/scanner/pull/589) [`e920b6d`](https://github.com/NodeSecure/scanner/commit/e920b6d6c5b37221774058c47403c6a0a957767d) Thanks [@fraxken](https://github.com/fraxken)! - Never throw in SourceCodeScanner because it break the scanner pipeline

- Updated dependencies [[`407db4d`](https://github.com/NodeSecure/scanner/commit/407db4d86162e796030369781db285454249573e), [`d6c08cb`](https://github.com/NodeSecure/scanner/commit/d6c08cba0548cc54eb38601ad273a4c3a1900184)]:
- @nodesecure/mama@2.1.0

## 2.3.0

### Minor Changes
Expand Down
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": "2.3.0",
"version": "3.0.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@nodesecure/conformance": "^1.2.0",
"@nodesecure/fs-walk": "^2.0.0",
"@nodesecure/js-x-ray": "11.0.1",
"@nodesecure/mama": "^2.0.0",
"@nodesecure/mama": "^2.1.0",
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/utils": "^2.3.0",
"pacote": "^21.0.0"
Expand Down