Skip to content

Releases: NodeSecure/scanner

@nodesecure/[email protected]

26 May 20:41
6a3c4a6
Compare
Choose a tag to compare

Patch Changes

  • #393 0e37b73 Thanks @fraxken! - fix package.json Node.js type by replacing literal value script with commonjs

scanner-v6.4.0

10 May 16:08
18d4c45
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the github-actions group across 1 directory with 5 updates by @dependabot in #358
  • chore(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #350
  • chore: update @nodesecure/js-x-ray to Major v8 by @fraxken in #354
  • feat(scanner): implement Payload extractors by @fraxken in #341
  • chore: update @openally/config.eslint to v2.x by @fraxken in #363
  • chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in #362
  • fix(contact): sometimes Contact.name can still be undefined by @fraxken in #368
  • feat(mama): implement getEntryFiles() by @fraxken in #371
  • feat(mama): implement license extraction by @fraxken in #372
  • chore(deps): bump the github-actions group with 3 updates by @dependabot in #367
  • chore(deps): bump type-fest from 4.40.0 to 4.40.1 in the dependencies group by @dependabot in #369
  • feat(mama): implement hasZeroSemver getter by @fraxken in #373
  • Use mama conformance by @fraxken in #374
  • chore: update dependencies by @fraxken in #375

Full Changelog: scanner-v6.3.0...scanner-v6.4.0

scanner-v6.3.0

21 Feb 11:59
794eaf2
Compare
Choose a tag to compare

What's Changed

  • feat(scanner/depWalker): add missing metadata when manifest does not exists on remote registry by @PierreDemailly in #349

Full Changelog: scanner-v6.2.0...scanner-v6.3.0

scanner-v6.2.0

17 Feb 20:25
d06b76e
Compare
Choose a tag to compare

What's Changed

  • Migrate i18n and rc by @fabnguess in #300
  • refactor: update eslint & typescript configurations by @fraxken in #303
  • chore(deps): bump @openally/result from 1.2.1 to 1.3.0 in the dependencies group by @dependabot in #298
  • fix: remove @nodesecure/eslint from i18n devDeps by @fraxken in #304
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates by @dependabot in #305
  • test(scanner): fix broken test by @PierreDemailly in #331
  • fix(rc): export missing configs types by @fraxken in #330
  • chore(deps): bump the github-actions group across 1 directory with 5 updates by @dependabot in #333
  • Update Node.js versions to v20 and v22 by @fabnguess in #332
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in #335
  • Update copyright by @fabnguess in #337
  • fix(tarball): skip integrity check for workspaces by @PierreDemailly in #339
  • feat(scanner/comparePayloads): add versions in title by @PierreDemailly in #340
  • test(mama): mock natively instead of sinon by @PierreDemailly in #343
  • chore(deps): bump the github-actions group with 4 updates by @dependabot in #345
  • chore(scanner): update @nodesecure/tarball & @nodesecure/rc by @fraxken in #348

Full Changelog: scanner-v6.1.0...scanner-v6.2.0

v6.1.0

11 Aug 20:10
Compare
Choose a tag to compare

What's Changed

  • fix(tree-walker): implement default name & version for workspaces by @fraxken in #292
  • chore: update @nodesecure/vulnera to v2.0.1 by @fraxken in #293
  • feat(npm-types): add new type PackTarball to describe npm package JSON output by @fraxken in #294
  • chore: update to @nodesecure/rc v4 by @fraxken in #295

Full Changelog: scanner-v6.0.2...scanner-v6.1.0

v6.0.2

06 Aug 20:59
d0836a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: scanner-v6.0.1...scanner-v6.0.2

v6.0.1

01 Aug 16:11
Compare
Choose a tag to compare

What's Changed

  • fix(scanner): add missing @nodesecure/contact by @fraxken in #285
  • chore(deps): bump the github-actions group with 5 updates by @dependabot in #286

Full Changelog: scanner-v6.0.0...scanner-v6.0.1

v6.0.0

31 Jul 20:34
Compare
Choose a tag to compare

What's Changed

  • docs: add kishore881 as a contributor for code by @allcontributors in #205
  • chore: make tests to pass by @PierreDemailly in #217
  • [WIP] Make a deep comparison of two payloads by @jean-michelet in #211
  • chore: update copyright by @fabnguess in #212
  • chore: use dependabot groups by @fraxken in #218
  • chore(deps): bump the github-actions group with 5 updates by @dependabot in #219
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #221
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #220
  • refactor: init workspaces & migrate tarball by @fraxken in #195
  • chore(deps): bump the github-actions group with 4 updates by @dependabot in #235
  • refactor: migrate npm walker to tree-walker workspace by @fraxken in #236
  • refactor: migrate everything to typescript & workspaces by @fraxken in #240
  • chore(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot in #249
  • chore(deps): bump tar from 6.1.13 to 6.2.1 by @dependabot in #248
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates by @dependabot in #250
  • docs: complete workspaces README & review some interfaces by @fraxken in #251
  • feat: add npm-types workspace by @fraxken in #254
  • refactor: decouple tree-walker & scanner by removing Dependency class by @fraxken in #252
  • Reconfigure workspaces & replace @slimio/lock with @openally/mutex by @fraxken in #255
  • refactor(npm-walker): re-implement walker with a class and DI by @fraxken in #256
  • refactor(scanner)!: migrate to npm-registry-sdk V3 and enhance types by @fraxken in #259
  • refactor!: migrate ntlp into new conformance workspace by @fraxken in #261
  • Implement Manifest Manager by @fraxken in #262
  • fix: use object-hash & expose utils from mama for Scanner by @fraxken in #263
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #267
  • feat: implement Contact to replace @nodesecure/authors by @fraxken in #266
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #269
  • chore: update to latest JS-X-Ray major by @fraxken in #272
  • docs: fix version badge and workspaces list by @fraxken in #273
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot in #274
  • chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot in #275
  • chore: use eslint v9 by @PierreDemailly in #277
  • refactor(tree-walker): remove max-depth limitation & start writing UT/FT by @fraxken in #276
  • refactor(tree-walker): optimize local relationsMap & use npm-pick-manifest by @fraxken in #278
  • chore(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 by @dependabot in #280
  • chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0 in the development-dependencies group by @dependabot in #279
  • refactor(compare): migrate to V6 & fix some TS issues by @fraxken in #281
  • feat: implement @nodesecure/rc to highlight contacts by @fraxken in #282
  • chore(npm-types): v1.1.0 by @fraxken in #283

New Contributors

Full Changelog: v5.3.0...scanner-v6.0.0

v5.3.0

04 Jan 10:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.1...v5.3.0

v5.2.1

04 Dec 16:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1