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
6 changes: 0 additions & 6 deletions .changeset/calm-dingos-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-days-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/colorless-green-ideas.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/every-hairs-read.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/icy-waves-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-books-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-hornets-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-jars-draw.md

This file was deleted.

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

## 8.0.0

### Major Changes

- [#554](https://github.com/NodeSecure/scanner/pull/554) [`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add manifest integrity of root dependency in payload

### Minor Changes

- [#554](https://github.com/NodeSecure/scanner/pull/554) [`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add manifest integrity of root dependency in payload

- [#556](https://github.com/NodeSecure/scanner/pull/556) [`14cc3cd`](https://github.com/NodeSecure/scanner/commit/14cc3cd5c065c09055754ad967802da963b6dc0e) Thanks [@fraxken](https://github.com/fraxken)! - Update scanner API documentation & add FromOptions interface to match CwdOptions

- [#562](https://github.com/NodeSecure/scanner/pull/562) [`dbc2562`](https://github.com/NodeSecure/scanner/commit/dbc256229e37471cea7a8905a4f728f8995786e9) Thanks [@ErwanRaulo](https://github.com/ErwanRaulo)! - feat(extractor): Extends eventTarget instead of eventEmitter for browser compatibility

- [#548](https://github.com/NodeSecure/scanner/pull/548) [`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703) Thanks [@fraxken](https://github.com/fraxken)! - Customize JS-X-Ray behavior/options when running the scan. Use it to enable optionalWarnings when the scan run localy.

- [#560](https://github.com/NodeSecure/scanner/pull/560) [`3b653ee`](https://github.com/NodeSecure/scanner/commit/3b653ee08be8a2625e943db51a8ae04db80af684) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(depWalker): do not add integrity to payload in cwd for workspace

### Patch Changes

- [#555](https://github.com/NodeSecure/scanner/pull/555) [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6) Thanks [@fraxken](https://github.com/fraxken)! - Properly walk NPM tree using arborist with package-lock.json or node_modules when using the CWD().

- Updated dependencies [[`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061), [`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061), [`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703), [`914132b`](https://github.com/NodeSecure/scanner/commit/914132bb423ab2e2f85b7a84a39c79bc58a54255), [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6)]:
- @nodesecure/tree-walker@2.0.0
- @nodesecure/tarball@2.3.0

## 7.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": "7.2.0",
"version": "8.0.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 @@ -58,8 +58,8 @@
"@nodesecure/npm-registry-sdk": "^4.4.0",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/rc": "^5.0.1",
"@nodesecure/tarball": "^2.2.0",
"@nodesecure/tree-walker": "^1.3.1",
"@nodesecure/tarball": "^2.3.0",
"@nodesecure/tree-walker": "^2.0.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "^2.0.1",
"@openally/mutex": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nodesecure/tarball

## 2.3.0

### Minor Changes

- [#548](https://github.com/NodeSecure/scanner/pull/548) [`d555469`](https://github.com/NodeSecure/scanner/commit/d555469e7bbc2818d6069eef51cd2494303b5703) Thanks [@fraxken](https://github.com/fraxken)! - Customize JS-X-Ray behavior/options when running the scan. Use it to enable optionalWarnings when the scan run localy.

### Patch Changes

- [#557](https://github.com/NodeSecure/scanner/pull/557) [`914132b`](https://github.com/NodeSecure/scanner/commit/914132bb423ab2e2f85b7a84a39c79bc58a54255) Thanks [@fraxken](https://github.com/fraxken)! - Add missing Node.js core builtins module

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tarball",
"version": "2.2.0",
"version": "2.3.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nodesecure/tree-walker

## 2.0.0

### Major Changes

- [#554](https://github.com/NodeSecure/scanner/pull/554) [`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add manifest integrity of root dependency in payload

### Minor Changes

- [#554](https://github.com/NodeSecure/scanner/pull/554) [`3c32fb6`](https://github.com/NodeSecure/scanner/commit/3c32fb6fdc43e2bc0af508737047a6a23f170061) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add manifest integrity of root dependency in payload

### Patch Changes

- [#555](https://github.com/NodeSecure/scanner/pull/555) [`1ecbe92`](https://github.com/NodeSecure/scanner/commit/1ecbe92b53008c0bb63376344f99a42e899f86e6) Thanks [@fraxken](https://github.com/fraxken)! - Properly walk NPM tree using arborist with package-lock.json or node_modules when using the CWD().

## 1.3.1

### Patch Changes
Expand Down
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.3.1",
"version": "2.0.0",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
Expand Down