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.8 to 3.3.9

4

ignore.js

@@ -377,3 +377,3 @@ 'use strict';

// #24
// #24, #38
// The MISSING rule of [gitignore docs](https://git-scm.com/docs/gitignore)

@@ -386,3 +386,3 @@ // A negative pattern without a trailing wildcard should not

// should ignore `node_modules/a.js`
[/(?:[^*\/])$/, function (match) {
[/(?:[^*])$/, function (match) {
return match + '(?=$|\\/$)';

@@ -389,0 +389,0 @@ }]], DEFAULT_REPLACER_SUFFIX);

{
"name": "ignore",
"version": "3.3.8",
"version": "3.3.9",
"description": "Ignore is a manager and filter for .gitignore rules.",

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

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