Socket
Socket
Sign inDemoInstall

@bcoe/dotignore

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bcoe/dotignore - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

CHANGELOG.md

3

index.js
var minimatch = require('minimatch');
var path = require('path');

@@ -29,3 +30,3 @@ function IgnoreMatcher(str) {

}
IgnoreMatcher.prototype.delimiter = '/';
IgnoreMatcher.prototype.delimiter = path.sep;
IgnoreMatcher.prototype.shouldIgnore = function (filename) {

@@ -32,0 +33,0 @@ var isMatching = false;

{
"name": "@bcoe/dotignore",
"version": "0.1.1",
"version": "0.1.2",
"description": "ignorefile/includefile matching .gitignore spec",

@@ -13,3 +13,4 @@ "main": "index.js",

"coverage-quiet": "covert --quiet test/test.js",
"lint": "jscs *.js */*.js"
"lint": "jscs *.js */*.js",
"release": "standard-version"
},

@@ -35,6 +36,7 @@ "repository": {

"devDependencies": {
"tape": "^4.2.0",
"covert": "^1.1.0",
"jscs": "^2.1.0"
"jscs": "^2.1.0",
"standard-version": "^4.2.0",
"tape": "^4.2.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