Skip to content
Open
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/curvy-tires-rule.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-showers-prove.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/conformance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/conformance",
"version": "1.1.1",
"version": "1.2.0",
"description": "SPDX license conformance for NodeSecure",
"type": "module",
"exports": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/github

## 2.1.0

### Minor Changes

- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie
2 changes: 1 addition & 1 deletion workspaces/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/github",
"version": "2.0.0",
"version": "2.1.0",
"description": "Download repository from github",
"type": "module",
"exports": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/gitlab

## 2.1.0

### Minor Changes

- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie
2 changes: 1 addition & 1 deletion workspaces/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/gitlab",
"version": "2.0.0",
"version": "2.1.0",
"description": "Download and extract gitlab repository",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nodesecure/tarball

## 2.2.0

### Minor Changes

- [#526](https://github.com/NodeSecure/scanner/pull/526) [`02f111e`](https://github.com/NodeSecure/scanner/commit/02f111e1feaca4233f3b631f79688e4fda0eafe1) Thanks [@fraxken](https://github.com/fraxken)! - Export custom warnings for the web platform

### Patch Changes

- Updated dependencies [[`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e)]:
- @nodesecure/[email protected]

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tarball",
"version": "2.1.0",
"version": "2.2.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/tarball#readme",
"dependencies": {
"@nodesecure/conformance": "^1.1.1",
"@nodesecure/conformance": "^1.2.0",
"@nodesecure/fs-walk": "^2.0.0",
"@nodesecure/js-x-ray": "^10.0.0",
"@nodesecure/mama": "^2.0.0",
Expand Down