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/better-trams-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chubby-apes-battle.md

This file was deleted.

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

## 10.5.1

### Patch Changes

- [#669](https://github.com/NodeSecure/scanner/pull/669) [`6075920`](https://github.com/NodeSecure/scanner/commit/60759208e0fdbe46558f884a2c51f67f99a94cac) Thanks [@fraxken](https://github.com/fraxken)! - Comment NPM avatar hydratation because the .user() API in the SDK is deprecated and cannot be used anymore

- Updated dependencies [[`d6f9487`](https://github.com/NodeSecure/scanner/commit/d6f948728f9c3e960172240a434e5190bd0b4ac2)]:
- @nodesecure/tarball@3.6.1

## 10.5.0

### Minor 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.5.0",
"version": "10.5.1",
"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.5.0",
"@nodesecure/tarball": "^3.6.0",
"@nodesecure/tarball": "^3.6.1",
"@nodesecure/tree-walker": "^2.6.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "3.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

## 3.6.1

### Patch Changes

- [#667](https://github.com/NodeSecure/scanner/pull/667) [`d6f9487`](https://github.com/NodeSecure/scanner/commit/d6f948728f9c3e960172240a434e5190bd0b4ac2) Thanks [@fraxken](https://github.com/fraxken)! - Properly implement metadata.relativePath across EFA and DependencyCollectableSet

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