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/fiery-ideas-peel.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/new-steaks-eat.md

This file was deleted.

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

## 5.6.0

### Minor Changes

- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray

## 5.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/rc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/rc",
"version": "5.5.0",
"version": "5.6.0",
"description": "NodeSecure runtime configuration",
"type": "module",
"main": "./dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nodesecure/scanner

## 10.8.0

### Minor Changes

- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray

### Patch Changes

- [#690](https://github.com/NodeSecure/scanner/pull/690) [`39bd5ce`](https://github.com/NodeSecure/scanner/commit/39bd5ce1fba5eef4ca7f8968c27d69dc31914a03) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Add attestations on first dependency enrichment

- Updated dependencies [[`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af)]:
- @nodesecure/tarball@4.0.0
- @nodesecure/rc@5.6.0
- @nodesecure/tree-walker@2.8.0

## 10.7.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.7.0",
"version": "10.8.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -72,9 +72,9 @@
"@nodesecure/mama": "^2.2.0",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/rc": "^5.5.0",
"@nodesecure/tarball": "^3.7.0",
"@nodesecure/tree-walker": "^2.7.0",
"@nodesecure/rc": "^5.6.0",
"@nodesecure/tarball": "^4.0.0",
"@nodesecure/tree-walker": "^2.8.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "3.1.0",
"@openally/mutex": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/tarball

## 4.0.0

### Major Changes

- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray

## 3.7.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": "3.7.0",
"version": "4.0.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodesecure/tree-walker

## 2.8.0

### Minor Changes

- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray

## 2.7.0

### Minor 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": "2.7.0",
"version": "2.8.0",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
Expand Down