read-package-json-fast
Advanced tools
Comparing version 3.0.2 to 4.0.0
{ | ||
"name": "read-package-json-fast", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"description": "Like read-package-json, but faster", | ||
@@ -11,23 +11,24 @@ "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}\"" | ||
}, | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^18.17.0 || >=20.5.0" | ||
}, | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.11.0", | ||
"@npmcli/eslint-config": "^5.0.0", | ||
"@npmcli/template-oss": "4.23.3", | ||
"tap": "^16.3.0" | ||
}, | ||
"dependencies": { | ||
"json-parse-even-better-errors": "^3.0.0", | ||
"npm-normalize-package-bin": "^3.0.0" | ||
"json-parse-even-better-errors": "^4.0.0", | ||
"npm-normalize-package-bin": "^4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/npm/read-package-json-fast.git" | ||
"url": "git+https://github.com/npm/read-package-json-fast.git" | ||
}, | ||
@@ -40,3 +41,4 @@ "files": [ | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.11.0" | ||
"version": "4.23.3", | ||
"publish": true | ||
}, | ||
@@ -43,0 +45,0 @@ "tap": { |
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
8685
1
+ Addedjson-parse-even-better-errors@4.0.0(transitive)
+ Addednpm-normalize-package-bin@4.0.0(transitive)
- Removedjson-parse-even-better-errors@3.0.2(transitive)
- Removednpm-normalize-package-bin@3.0.1(transitive)