Skip to content

Commit aa30ebc

Browse files
chore: update versions
1 parent 914132b commit aa30ebc

File tree

12 files changed

+49
-39
lines changed

12 files changed

+49
-39
lines changed

.changeset/calm-dingos-hunt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/cold-days-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/every-hairs-read.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/icy-waves-greet.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/little-books-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-hornets-bow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/scanner/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @nodesecure/scanner
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
### Minor Changes
12+
13+
- [#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
14+
15+
- [#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.
16+
17+
### Patch Changes
18+
19+
- [#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().
20+
21+
- 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)]:
22+
- @nodesecure/tree-walker@2.0.0
23+
- @nodesecure/tarball@2.3.0
24+
325
## 7.2.0
426

527
### Minor Changes

workspaces/scanner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -58,8 +58,8 @@
5858
"@nodesecure/npm-registry-sdk": "^4.4.0",
5959
"@nodesecure/npm-types": "^1.3.0",
6060
"@nodesecure/rc": "^5.0.1",
61-
"@nodesecure/tarball": "^2.2.0",
62-
"@nodesecure/tree-walker": "^1.3.1",
61+
"@nodesecure/tarball": "^2.3.0",
62+
"@nodesecure/tree-walker": "^2.0.0",
6363
"@nodesecure/utils": "^2.3.0",
6464
"@nodesecure/vulnera": "^2.0.1",
6565
"@openally/mutex": "^2.0.0",

workspaces/tarball/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nodesecure/tarball
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 2.2.0
414

515
### Minor Changes

workspaces/tarball/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tarball",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)