validate-npm-package-name
Advanced tools
Comparing version 5.0.1 to 6.0.0
{ | ||
"name": "validate-npm-package-name", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"description": "Give me a string and I'll tell you if it's a valid npm package name", | ||
@@ -10,4 +10,4 @@ "main": "lib/", | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.22.0", | ||
"@npmcli/eslint-config": "^5.0.0", | ||
"@npmcli/template-oss": "4.23.3", | ||
"tap": "^16.0.1" | ||
@@ -20,8 +20,9 @@ }, | ||
"test": "tap", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lint": "npm run eslint", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"lintfix": "npm run eslint -- --fix", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
"posttest": "npm run lint", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" | ||
}, | ||
@@ -49,7 +50,7 @@ "repository": { | ||
"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.22.0", | ||
"version": "4.23.3", | ||
"publish": true | ||
@@ -56,0 +57,0 @@ }, |
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
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
7792
0