ignore-walk
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "ignore-walk", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"devDependencies": { | ||
"@npmcli/lint": "^1.0.2", | ||
"mkdirp": "^0.5.1", | ||
"mutate-fs": "^1.1.0", | ||
"rimraf": "^2.6.1", | ||
"tap": "^15.0.6" | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.2.2", | ||
"mkdirp": "^1.0.4", | ||
"mutate-fs": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"tap": "^16.0.1" | ||
}, | ||
"scripts": { | ||
"test": "tap", | ||
"posttest": "npm run lint --", | ||
"lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", | ||
"posttest": "npm run lint", | ||
"lint": "eslint \"**/*.js\"", | ||
"eslint": "eslint", | ||
@@ -23,3 +24,7 @@ "lintfix": "npm run lint -- --fix", | ||
"npmclilint": "npmcli-lint", | ||
"postsnap": "npm run lintfix --" | ||
"postsnap": "npm run lintfix --", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap" | ||
}, | ||
@@ -34,13 +39,14 @@ "keywords": [ | ||
], | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/isaacs/ignore-walk.git" | ||
"url": "https://github.com/npm/ignore-walk.git" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"bin/", | ||
"lib/" | ||
], | ||
"dependencies": { | ||
"minimatch": "^3.0.4" | ||
"minimatch": "^5.0.1" | ||
}, | ||
@@ -54,4 +60,9 @@ "tap": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.2.2", | ||
"windowsCI": false | ||
} | ||
} |
# ignore-walk | ||
[![Build | ||
Status](https://travis-ci.org/npm/ignore-walk.svg?branch=master)](https://travis-ci.org/npm/ignore-walk) | ||
Nested/recursive `.gitignore`/`.npmignore` parsing and filtering. | ||
@@ -7,0 +4,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12433
6
58
2
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedminimatch@5.1.6(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedminimatch@3.1.2(transitive)
Updatedminimatch@^5.0.1