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/large-signs-look.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/odd-emus-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-clowns-punch.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
- @nodesecure/npm-types@1.4.0

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/mama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/mama",
"version": "2.2.0",
"version": "2.3.0",
"description": "Manifest Manager",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme",
"dependencies": {
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/npm-types": "^1.4.0",
"@nodesecure/utils": "^2.3.0",
"object-hash": "^3.0.0",
"ssri": "13.0.1"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/npm-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/npm-types

## 1.4.0

### Minor Changes

- [#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.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/npm-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/npm-types",
"version": "1.3.0",
"version": "1.4.0",
"description": "Up to date typescript definitions for npm registry content",
"types": "./src/index.d.ts",
"exports": "./src/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @nodesecure/scanner

## 10.10.0

### Minor Changes

- [#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.

- [#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.

### Patch Changes

- [#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

- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
- @nodesecure/tree-walker@4.0.0
- @nodesecure/npm-types@1.4.0
- @nodesecure/mama@2.3.0

## 10.9.0

### Minor Changes
Expand Down
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": "10.9.0",
"version": "10.10.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -69,12 +69,12 @@
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.1.0",
"@nodesecure/js-x-ray": "15.0.0",
"@nodesecure/mama": "^2.2.0",
"@nodesecure/mama": "^2.3.0",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/npm-types": "^1.4.0",
"@nodesecure/rc": "^5.6.0",
"@nodesecure/tarball": "^4.0.1",
"@nodesecure/tree-walker": "^3.0.0",
"@nodesecure/tree-walker": "^4.0.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "3.1.0",
"@openally/mutex": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nodesecure/tree-walker

## 4.0.0

### Major Changes

- [#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.

### Patch Changes

- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]:
- @nodesecure/npm-types@1.4.0
- @nodesecure/mama@2.3.0

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions workspaces/tree-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tree-walker",
"version": "3.0.0",
"version": "4.0.0",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme",
"dependencies": {
"@nodesecure/js-x-ray": "15.0.0",
"@nodesecure/mama": "2.2.0",
"@nodesecure/mama": "2.3.0",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/npm-types": "^1.1.0",
"@nodesecure/npm-types": "^1.4.0",
"@npmcli/arborist": "9.4.2",
"combine-async-iterators": "^3.0.0",
"itertools": "^2.3.1",
Expand Down