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.3 to 5.1.4

2

index.js

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

// After 2.22.1 (but compatible)
// After 2.22.1 (compatible but clearer)
// > If there is a separator at the beginning or middle (or both)

@@ -180,0 +180,0 @@ // > of the pattern, then the pattern is relative to the directory

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

// git also treats it as a shell glob pattern
// After 2.22.1 (but compatible)
// After 2.22.1 (compatible but clearer)
// > If there is a separator at the beginning or middle (or both)

@@ -139,0 +139,0 @@ // > of the pattern, then the pattern is relative to the directory

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

@@ -51,17 +51,17 @@ "files": [

"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"codecov": "^3.5.0",
"debug": "^4.1.1",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-import": "^2.18.2",
"mkdirp": "^0.5.1",
"pre-suf": "^1.1.1",
"rimraf": "^2.6.3",
"rimraf": "^2.7.0",
"spawn-sync": "^2.0.0",
"tap": "^14.2.0",
"tap": "^14.6.1",
"tmp": "0.1.0",
"typescript": "^3.4.5"
"typescript": "^3.5.3"
},

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

@@ -40,6 +40,10 @@ <table><thead>

`ignore` is used by eslint, gitbook and [many others](https://www.npmjs.com/browse/depended/ignore).
Pay attention that [`minimatch`](https://www.npmjs.org/package/minimatch) does not work in the gitignore way. To filter filenames according to .gitignore file, I recommend this module.
##### Tested on
### Tested on
`ignore` is fully tested, and has more than **five hundreds** of unit tests.
- Linux + Node: `0.8` - `7.x`

@@ -46,0 +50,0 @@ - Windows + Node: `0.10` - `7.x`, node < `0.10` is not tested due to the lack of support of appveyor.

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