npm-packlist
Advanced tools
Comparing version 8.0.2 to 9.0.0
{ | ||
"name": "npm-packlist", | ||
"version": "8.0.2", | ||
"version": "9.0.0", | ||
"description": "Get a list of the files to add from a folder into an npm package", | ||
@@ -10,3 +10,3 @@ "directories": { | ||
"dependencies": { | ||
"ignore-walk": "^6.0.4" | ||
"ignore-walk": "^7.0.0" | ||
}, | ||
@@ -20,5 +20,5 @@ "author": "GitHub Inc.", | ||
"devDependencies": { | ||
"@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0", | ||
"@npmcli/arborist": "^7.5.4", | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.21.2", | ||
"@npmcli/template-oss": "4.23.3", | ||
"mutate-fs": "^2.1.1", | ||
@@ -32,5 +32,5 @@ "tap": "^16.0.1" | ||
"postsnap": "npm run lintfix --", | ||
"eslint": "eslint", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lintfix": "npm run lint -- --fix", | ||
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lint": "npm run eslint", | ||
"lintfix": "npm run eslint -- --fix", | ||
"npmclilint": "npmcli-lint", | ||
@@ -42,3 +42,3 @@ "postlint": "template-oss-check", | ||
"type": "git", | ||
"url": "https://github.com/npm/npm-packlist.git" | ||
"url": "git+https://github.com/npm/npm-packlist.git" | ||
}, | ||
@@ -58,9 +58,9 @@ "tap": { | ||
"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.21.2", | ||
"version": "4.23.3", | ||
"publish": true | ||
} | ||
} |
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
22192
+ Addedignore-walk@7.0.0(transitive)
- Removedignore-walk@6.0.5(transitive)
Updatedignore-walk@^7.0.0