normalize-package-data
Advanced tools
Comparing version 6.0.2 to 7.0.0
{ | ||
"name": "normalize-package-data", | ||
"version": "6.0.2", | ||
"version": "7.0.0", | ||
"author": "GitHub Inc.", | ||
@@ -15,4 +15,4 @@ "description": "Normalizes data that can be found in package.json files.", | ||
"npmclilint": "npmcli-lint", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lintfix": "npm run lint -- --fix", | ||
"lint": "npm run eslint", | ||
"lintfix": "npm run eslint -- --fix", | ||
"posttest": "npm run lint", | ||
@@ -22,6 +22,7 @@ "postsnap": "npm run lintfix --", | ||
"snap": "tap", | ||
"template-oss-apply": "template-oss-apply --force" | ||
"template-oss-apply": "template-oss-apply --force", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" | ||
}, | ||
"dependencies": { | ||
"hosted-git-info": "^7.0.0", | ||
"hosted-git-info": "^8.0.0", | ||
"semver": "^7.3.5", | ||
@@ -31,4 +32,4 @@ "validate-npm-package-license": "^3.0.4" | ||
"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" | ||
@@ -41,7 +42,7 @@ }, | ||
"engines": { | ||
"node": "^16.14.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" | ||
@@ -48,0 +49,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
28244
+ Addedhosted-git-info@8.0.0(transitive)
- Removedhosted-git-info@7.0.2(transitive)
Updatedhosted-git-info@^8.0.0