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 4.0.2 to 4.0.3

LICENSE-MIT

3

CHANGELOG.md

@@ -6,4 +6,5 @@ # `node-ignore` 4 ChangeLog

- **SEMVER-MAJOR**: Drop support for node < 6 by default.
- **FEATURE**: supports character ranges and sets.
- **FEATURE**: supports the missing character ranges and sets, such as `*.[a-z]` and `*.[jJ][pP][gG]`
- **FEATURE**: new option: `ignorecase` to make `ignore` case sensitive.
- **FEATURE**: supports question mark which matches a single character.
- **PATCH**: fixes typescript declaration.
{
"name": "ignore",
"version": "4.0.2",
"version": "4.0.3",
"description": "Ignore is a manager and filter for .gitignore rules.",

@@ -8,3 +8,4 @@ "files": [

"index.js",
"index.d.ts"
"index.d.ts",
"LICENSE-MIT"
],

@@ -20,3 +21,3 @@ "scripts": {

"test": "npm run test-no-cov",
"posttest": "tap --coverage-report=text-lcov && codecov"
"posttest": "tap --coverage-report=html && codecov"
},

@@ -23,0 +24,0 @@ "repository": {

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