Socket
Socket
Sign inDemoInstall

ignore-walk

Package Overview
Dependencies
3
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 5.0.0

lib/index.js

41

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc