Socket
Socket
Sign inDemoInstall

ignore

Package Overview
Dependencies
Maintainers
1
Versions
92
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 0.1.0 to 0.1.2

2

index.js

@@ -113,2 +113,3 @@ 'use strict';

this.ignoreRules.add(rules);
return this;
};

@@ -120,2 +121,3 @@

makeArray(files).forEach(this._addRuleFile, this);
return this;
};

@@ -122,0 +124,0 @@

2

package.json
{
"name": "ignore",
"version": "0.1.0",
"version": "0.1.2",
"description": "Ignore is a lightweight readable stream(not implemented until 0.2.x) to apply minimatch ignore rules (like .gitignore). And it is also has util methods to get filtered files and directories.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -63,2 +63,6 @@ # Ignore

##### options.dot `boolean=false`
Include .(dot) files in normal matches and globstar matches. Note that an explicit dot in a portion of the pattern will always match dot files.
##### options.`<xxxxx>`

@@ -65,0 +69,0 @@

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