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
6 changes: 0 additions & 6 deletions .changeset/curvy-clouds-drive.md

This file was deleted.

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

## 3.2.0

### Minor Changes

- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/contact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/contact",
"version": "3.1.0",
"version": "3.2.0",
"description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)",
"type": "module",
"exports": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nodesecure/scanner

## 10.12.0

### Minor Changes

- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors

### Patch Changes

- Updated dependencies [[`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21)]:
- @nodesecure/contact@3.2.0

## 10.11.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.11.0",
"version": "10.12.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@fastify/deepmerge": "^3.1.0",
"@nodesecure/conformance": "^1.2.1",
"@nodesecure/contact": "^3.0.0",
"@nodesecure/contact": "^3.2.0",
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.1.0",
"@nodesecure/js-x-ray": "15.1.0",
Expand Down