Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ignore-walk

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignore-walk - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

4

lib/index.js

@@ -88,3 +88,3 @@ 'use strict'

let igCount = newIg.length
const then = _ => {
const then = () => {
if (--igCount === 0) {

@@ -145,3 +145,3 @@ this.filterEntries()

} else {
const then = _ => {
const then = () => {
if (--entryCount === 0) {

@@ -148,0 +148,0 @@ this.emit('done', this.result)

{
"name": "ignore-walk",
"version": "6.0.4",
"version": "6.0.5",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"@npmcli/template-oss": "4.22.0",
"mutate-fs": "^2.1.1",

@@ -16,3 +16,3 @@ "tap": "^16.0.1"

"posttest": "npm run lint",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",

@@ -36,3 +36,3 @@ "postlint": "template-oss-check",

"type": "git",
"url": "https://github.com/npm/ignore-walk.git"
"url": "git+https://github.com/npm/ignore-walk.git"
},

@@ -62,3 +62,3 @@ "files": [

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.19.0",
"version": "4.22.0",
"content": "scripts/template-oss",

@@ -65,0 +65,0 @@ "publish": "true"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc