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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/virtualian/npm-scanner/actions/workflows/ci.yml/badge.svg)](https://github.com/virtualian/npm-scanner/actions/workflows/ci.yml)
[![License: ISC](https://img.shields.io/badge/license-ISC-blue.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.1.0-green.svg)](VERSION)
[![Version](https://img.shields.io/badge/version-1.0.0-green.svg)](VERSION)

Security auditing toolkit for detecting npm supply chain attacks. Detects threats that `npm audit` misses—URL dependencies (PhantomRaven-style attacks), malicious lifecycle scripts, typosquatting, and suspicious package metadata.

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1.0
2025-12-06
1.0.0
2025-12-08
2 changes: 1 addition & 1 deletion scripts/npm-audit-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export TYPOSQUATTING_TARGETS=(
# Original
"express" "react" "vue" "angular" "lodash" "axios" "webpack"
"babel" "eslint" "typescript" "prettier" "jest" "mocha"
# Added in v1.1.0
# Extended targets
"chalk" "moment" "uuid" "commander" "debug" "request"
"async" "bluebird" "underscore" "q" "colors" "minimist"
"yargs" "glob" "rimraf"
Expand Down