🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ignore

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignore - npm Package Compare versions

Comparing version
7.0.3
to
7.0.4
+1
-1
index.js

@@ -26,3 +26,3 @@ // A simple implementation of make-array

// - .foo
const REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/
const REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/

@@ -29,0 +29,0 @@ const REGEX_TEST_TRAILING_SLASH = /\/$/

@@ -39,3 +39,3 @@ "use strict";

// - .foo
var REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/;
var REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/;
var REGEX_TEST_TRAILING_SLASH = /\/$/;

@@ -42,0 +42,0 @@ var SLASH = '/';

{
"name": "ignore",
"version": "7.0.3",
"version": "7.0.4",
"description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",

@@ -71,3 +71,2 @@ "types": "index.d.ts",

"@typescript-eslint/eslint-plugin": "^8.19.1",
"codecov": "^3.8.3",
"debug": "^4.3.4",

@@ -74,0 +73,0 @@ "eslint": "^8.46.0",