@npmcli/name-from-folder
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "@npmcli/name-from-folder", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"files": [ | ||
"index.js" | ||
"bin/", | ||
"lib/" | ||
], | ||
"main": "lib/index.js", | ||
"description": "Get the package name from a folder path", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/npm/name-from-folder" | ||
"url": "https://github.com/npm/name-from-folder.git" | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
@@ -17,12 +19,26 @@ "scripts": { | ||
"snap": "tap", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags" | ||
"lint": "eslint \"**/*.js\"", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"posttest": "npm run lint" | ||
}, | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.1", | ||
"@npmcli/template-oss": "4.11.0", | ||
"tap": "^16.3.2" | ||
}, | ||
"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": { | ||
"check-coverage": true | ||
}, | ||
"devDependencies": { | ||
"tap": "^14.10.7" | ||
"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
2383
3
2