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 3.3.9 to 3.3.10

6

index.d.ts

@@ -23,6 +23,6 @@ interface Ignore {

/**
* Creates a filter function which could filter
* Creates a filter function which could filter
* an array of paths with Array.prototype.filter.
*/
createFilter(): (path: string) => Ignore
createFilter(): (path: string) => boolean

@@ -42,2 +42,2 @@ /**

export = ignore
export default ignore
{
"name": "ignore",
"version": "3.3.9",
"version": "3.3.10",
"description": "Ignore is a manager and filter for .gitignore rules.",

@@ -13,4 +13,5 @@ "main": "./ignore.js",

"build": "babel -o ignore.js index.js",
"test": "npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
"test-no-cov": "npm run build && mocha --reporter spec ./test/ignore.js",
"tsc": "tsc ./test/ts/simple.ts",
"test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
"test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
"cov-report": "istanbul report"

@@ -46,3 +47,3 @@ },

"chai": "~1.7.2",
"codecov": "^1.0.1",
"codecov": "^3.0.2",
"istanbul": "^0.4.5",

@@ -54,4 +55,5 @@ "mkdirp": "^0.5.1",

"spawn-sync": "^1.0.15",
"tmp": "0.0.33"
"tmp": "0.0.33",
"typescript": "^2.9.2"
}
}
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