Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minimagic

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimagic - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

MinimatchTree.js

@@ -14,2 +14,5 @@ var minimatch = require('minimatch');

var isNegation = this._isNegation(glob);
if (isNegation) {
glob = glob.substr(1);
}

@@ -16,0 +19,0 @@ if (globRoot === glob) {

{
"name": "minimagic",
"description": "fast minimatching",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/azulus/minimagic",

@@ -22,3 +22,13 @@ "authors": [

"grunt": "*"
}
},
"bugs": {
"url": "https://github.com/azulus/minimagic/issues"
},
"readme": "ERROR: No README data found!",
"_id": "minimagic@0.0.1",
"dist": {
"shasum": "f867c672f9bdc114d13e0e41b5b18c0be2451f12"
},
"_from": "minimagic@",
"_resolved": "https://registry.npmjs.org/minimagic/-/minimagic-0.0.1.tgz"
}
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