npm-user-validate
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "npm-user-validate", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "User validations for npm", | ||
"main": "npm-user-validate.js", | ||
"main": "lib/index.js", | ||
"devDependencies": { | ||
"standard": "^8.4.0", | ||
"standard-version": "^3.0.0", | ||
"tap": "^7.1.2" | ||
"@npmcli/eslint-config": "^4.0.1", | ||
"@npmcli/template-oss": "4.11.0", | ||
"tap": "^16.3.2" | ||
}, | ||
"scripts": { | ||
"pretest": "standard", | ||
"test": "tap --100 test/*.js" | ||
"test": "tap", | ||
"lint": "eslint \"**/*.js\"", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/npm/npm-user-validate.git" | ||
"url": "https://github.com/npm/npm-user-validate.git" | ||
}, | ||
@@ -24,7 +29,21 @@ "keywords": [ | ||
], | ||
"author": "Robert Kowalski <rok@kowalski.gd>", | ||
"author": "GitHub Inc.", | ||
"license": "BSD-2-Clause", | ||
"files": [ | ||
"npm-user-validate.js" | ||
] | ||
"bin/", | ||
"lib/" | ||
], | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.11.0" | ||
}, | ||
"tap": { | ||
"nyc-arg": [ | ||
"--exclude", | ||
"tap-snapshots/**" | ||
] | ||
} | ||
} |
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
4157
1