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
7 changes: 0 additions & 7 deletions .changeset/allow-manifestmanager-instance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-cows-ask.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/located-manifest-tsd.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-rooms-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-wombats-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-swans-add.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- [#428](https://github.com/NodeSecure/scanner/pull/428) [`c91032d`](https://github.com/NodeSecure/scanner/commit/c91032d5aa24ae08d0822790e96c83d3a614b4f3) Thanks [@fraxken](https://github.com/fraxken)! - Do not throw an Error when using a contact with no 'name' property
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": "1.0.1",
"version": "1.0.2",
"description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)",
"type": "module",
"exports": "./dist/index.js",
Expand Down
19 changes: 19 additions & 0 deletions workspaces/mama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @nodesecure/mama

## 1.3.0

### Minor Changes

- [#429](https://github.com/NodeSecure/scanner/pull/429) [`1833db7`](https://github.com/NodeSecure/scanner/commit/1833db7f3ae128be159cfcca29ee6352d516f34a) Thanks [@intincrab](https://github.com/intincrab)! - Allow `fromPackageJSON` to accept a `ManifestManager` instance

This change allows the `fromPackageJSON` static method to accept either a string path or a `ManifestManager` instance. When a `ManifestManager` instance is provided, it will be returned directly, simplifying code that needs to handle both cases.

- [#424](https://github.com/NodeSecure/scanner/pull/424) [`d7c45c3`](https://github.com/NodeSecure/scanner/commit/d7c45c33c23cca5bbfa1d2c4bfa0f6d8987248a1) Thanks [@intincrab](https://github.com/intincrab)! - feat: add LocatedManifestManager type and isLocated type guard

- Add new LocatedManifestManager type where location is required
- Add static isLocated method to properly narrow the type
- Update documentation with new type and method usage
- Add type tests for the new functionality

### Patch Changes

- [#416](https://github.com/NodeSecure/scanner/pull/416) [`97a36b5`](https://github.com/NodeSecure/scanner/commit/97a36b523aa9b22900cd4ad822aa6a083e254121) Thanks [@fraxken](https://github.com/fraxken)! - Add optional ManifestManager dirname location

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/mama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/mama",
"version": "1.2.0",
"version": "1.3.0",
"description": "Manifest Manager",
"type": "module",
"exports": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nodesecure/scanner

## 6.6.0

### Minor Changes

- [#433](https://github.com/NodeSecure/scanner/pull/433) [`25d86e3`](https://github.com/NodeSecure/scanner/commit/25d86e371ac8381b226953b89611f177fba3525e) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(extractors): keep only wanted flags

### Patch Changes

- [#431](https://github.com/NodeSecure/scanner/pull/431) [`04ca391`](https://github.com/NodeSecure/scanner/commit/04ca39127a0f64121ad862cff286ead045f28492) Thanks [@fraxken](https://github.com/fraxken)! - remove faulty manifestAuthor helper for utils.parseAuthor

- Updated dependencies [[`1833db7`](https://github.com/NodeSecure/scanner/commit/1833db7f3ae128be159cfcca29ee6352d516f34a), [`97a36b5`](https://github.com/NodeSecure/scanner/commit/97a36b523aa9b22900cd4ad822aa6a083e254121), [`d7c45c3`](https://github.com/NodeSecure/scanner/commit/d7c45c33c23cca5bbfa1d2c4bfa0f6d8987248a1), [`c91032d`](https://github.com/NodeSecure/scanner/commit/c91032d5aa24ae08d0822790e96c83d3a614b4f3)]:
- @nodesecure/mama@1.3.0
- @nodesecure/contact@1.0.2

## 6.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/scanner",
"version": "6.5.0",
"version": "6.6.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@fastify/deepmerge": "^3.1.0",
"@nodesecure/conformance": "^1.0.0",
"@nodesecure/contact": "^1.0.1",
"@nodesecure/contact": "^1.0.2",
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.0.1",
"@nodesecure/js-x-ray": "^8.1.0",
"@nodesecure/mama": "^1.2.0",
"@nodesecure/mama": "^1.3.0",
"@nodesecure/npm-registry-sdk": "^3.0.0",
"@nodesecure/npm-types": "^1.2.0",
"@nodesecure/rc": "^4.1.0",
Expand Down