Socket
Socket
Sign inDemoInstall

ignore

Package Overview
Dependencies
0
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

4

legacy.js

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

var SLASH = '/';
var KEY_IGNORE = typeof Symbol !== 'undefined' ? Symbol.for('node-ignore')
var KEY_IGNORE = typeof Symbol !== 'undefined' ? Symbol["for"]('node-ignore')
/* istanbul ignore next */

@@ -460,3 +460,3 @@ : 'node-ignore';

factory.default = factory;
factory["default"] = factory;
module.exports = factory; // Windows

@@ -463,0 +463,0 @@ // --------------------------------------------------------------

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

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

"test:lint": "eslint .",
"test:tsc": "tsc ./test/ts/simple.ts",
"test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
"test:ts": "node ./test/ts/simple.js",

@@ -52,10 +52,10 @@ "test:git": "tap test/git-check-ignore.js",

"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"codecov": "^3.2.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"codecov": "^3.5.0",
"debug": "^4.1.1",
"eslint": "^5.15.2",
"eslint-config-ostai": "^2.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint": "^5.16.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.17.3",
"mkdirp": "^0.5.1",

@@ -65,5 +65,5 @@ "pre-suf": "^1.1.1",

"spawn-sync": "^2.0.0",
"tap": "^12.6.0",
"tmp": "0.0.33",
"typescript": "^3.3.3333"
"tap": "^14.2.0",
"tmp": "0.1.0",
"typescript": "^3.4.5"
},

@@ -70,0 +70,0 @@ "engines": {

@@ -59,2 +59,8 @@ <table><thead>

## Install
```sh
npm i ignore
```
## Usage

@@ -61,0 +67,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