Skip to content

Commit 19671bc

Browse files
chore: update versions
1 parent 05c5331 commit 19671bc

11 files changed

Lines changed: 56 additions & 28 deletions

File tree

.changeset/large-signs-look.md

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

.changeset/odd-emus-drive.md

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

.changeset/six-clowns-punch.md

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

workspaces/mama/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
12+
- @nodesecure/npm-types@1.4.0
13+
314
## 2.2.0
415

516
### Minor Changes

workspaces/mama/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/mama",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Manifest Manager",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme",
4040
"dependencies": {
41-
"@nodesecure/npm-types": "^1.3.0",
41+
"@nodesecure/npm-types": "^1.4.0",
4242
"@nodesecure/utils": "^2.3.0",
4343
"object-hash": "^3.0.0",
4444
"ssri": "13.0.1"

workspaces/npm-types/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type.
8+
39
## 1.3.0
410

511
### Minor Changes

workspaces/npm-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/npm-types",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Up to date typescript definitions for npm registry content",
55
"types": "./src/index.d.ts",
66
"exports": "./src/index.d.ts",

workspaces/scanner/CHANGELOG.md

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

3+
## 10.10.0
4+
5+
### Minor Changes
6+
7+
- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type.
8+
9+
- [#700](https://github.com/NodeSecure/scanner/pull/700) [`1e3c971`](https://github.com/NodeSecure/scanner/commit/1e3c9719da3a0b113aa31a20f606f44d80050ed1) Thanks [@fraxken](https://github.com/fraxken)! - Add integrity as second argument of cacheLookup for workingDir API.
10+
11+
### Patch Changes
12+
13+
- [#705](https://github.com/NodeSecure/scanner/pull/705) [`05c5331`](https://github.com/NodeSecure/scanner/commit/05c5331223575de9a575fa874af9ac207a86b3aa) Thanks [@fraxken](https://github.com/fraxken)! - Rename packageName argument in from and verify APIs to spec
14+
15+
- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
16+
- @nodesecure/tree-walker@4.0.0
17+
- @nodesecure/npm-types@1.4.0
18+
- @nodesecure/mama@2.3.0
19+
320
## 10.9.0
421

522
### Minor Changes

workspaces/scanner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/scanner",
3-
"version": "10.9.0",
3+
"version": "10.10.0",
44
"description": "A package API to run a static analysis of your module's dependencies.",
55
"type": "module",
66
"exports": {
@@ -69,12 +69,12 @@
6969
"@nodesecure/flags": "^3.0.3",
7070
"@nodesecure/i18n": "^4.1.0",
7171
"@nodesecure/js-x-ray": "15.0.0",
72-
"@nodesecure/mama": "^2.2.0",
72+
"@nodesecure/mama": "^2.3.0",
7373
"@nodesecure/npm-registry-sdk": "4.5.2",
74-
"@nodesecure/npm-types": "^1.3.0",
74+
"@nodesecure/npm-types": "^1.4.0",
7575
"@nodesecure/rc": "^5.6.0",
7676
"@nodesecure/tarball": "^4.0.1",
77-
"@nodesecure/tree-walker": "^3.0.0",
77+
"@nodesecure/tree-walker": "^4.0.0",
7878
"@nodesecure/utils": "^2.3.0",
7979
"@nodesecure/vulnera": "3.1.0",
8080
"@openally/mutex": "^2.0.0",

workspaces/tree-walker/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @nodesecure/tree-walker
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
12+
- @nodesecure/npm-types@1.4.0
13+
- @nodesecure/mama@2.3.0
14+
315
## 3.0.0
416

517
### Major Changes

0 commit comments

Comments
 (0)