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/cute-ghosts-rescue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stats-tracking-pacote-extract.md

This file was deleted.

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.1.0

### Minor Changes

- [#616](https://github.com/NodeSecure/scanner/pull/616) [`82c6f80`](https://github.com/NodeSecure/scanner/commit/82c6f805c609c5bbd12023a0f324468ff2984093) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): depWalker add stats on tarball.scanDirOrArchive

- [#618](https://github.com/NodeSecure/scanner/pull/618) [`a5377e9`](https://github.com/NodeSecure/scanner/commit/a5377e9b95d3b5f07aaecf65350bc6f8d4f5d39d) Thanks [@7amed3li](https://github.com/7amed3li)! - feat: add stats tracking on pacote.extract through extractAndResolve

Add support for dependency injection of extractFn in extractAndResolve to enable tracking of pacote.extract calls using StatsCollector. This allows measuring extraction time for each package during scanning.

### Patch Changes

- Updated dependencies [[`a5377e9`](https://github.com/NodeSecure/scanner/commit/a5377e9b95d3b5f07aaecf65350bc6f8d4f5d39d)]:
- @nodesecure/tarball@3.2.0

## 10.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "10.0.0",
"version": "10.1.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"@nodesecure/npm-registry-sdk": "^4.4.0",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/rc": "^5.1.0",
"@nodesecure/tarball": "^3.1.0",
"@nodesecure/tarball": "^3.2.0",
"@nodesecure/tree-walker": "^2.2.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nodesecure/tarball

## 3.2.0

### Minor Changes

- [#618](https://github.com/NodeSecure/scanner/pull/618) [`a5377e9`](https://github.com/NodeSecure/scanner/commit/a5377e9b95d3b5f07aaecf65350bc6f8d4f5d39d) Thanks [@7amed3li](https://github.com/7amed3li)! - feat: add stats tracking on pacote.extract through extractAndResolve

Add support for dependency injection of extractFn in extractAndResolve to enable tracking of pacote.extract calls using StatsCollector. This allows measuring extraction time for each package during scanning.

## 3.1.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.1.0",
"version": "3.2.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down