npm-audit-report
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "npm-audit-report", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Given a response from the npm security api, render it into a variety of security reports", | ||
@@ -9,7 +9,8 @@ "main": "lib/index.js", | ||
"snap": "tap", | ||
"lint": "eslint \"**/*.js\"", | ||
"lint": "npm run eslint", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"posttest": "npm run lint" | ||
"lintfix": "npm run eslint -- --fix", | ||
"posttest": "npm run lint", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" | ||
}, | ||
@@ -33,4 +34,4 @@ "tap": { | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.14.1", | ||
"@npmcli/eslint-config": "^5.0.0", | ||
"@npmcli/template-oss": "4.23.3", | ||
"chalk": "^5.2.0", | ||
@@ -45,3 +46,3 @@ "tap": "^16.0.0" | ||
"type": "git", | ||
"url": "https://github.com/npm/npm-audit-report.git" | ||
"url": "git+https://github.com/npm/npm-audit-report.git" | ||
}, | ||
@@ -57,8 +58,9 @@ "bugs": { | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^18.17.0 || >=20.5.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.14.1" | ||
"version": "4.23.3", | ||
"publish": true | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11907
1