Socket
Socket
Sign inDemoInstall

micromatch

Package Overview
Dependencies
70
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

32

package.json
{
"name": "micromatch",
"description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/micromatch/micromatch",

@@ -37,11 +37,11 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"dependencies": {
"arr-diff": "^3.0.0",
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
"braces": "^2.0.3",
"define-property": "^0.2.5",
"braces": "^2.2.2",
"define-property": "^1.0.0",
"extend-shallow": "^2.0.1",
"extglob": "^1.1.0",
"fragment-cache": "^0.2.1",
"kind-of": "^3.1.0",
"nanomatch": "^1.1.1",
"kind-of": "^4.0.0",
"nanomatch": "^1.2.0",
"object.pick": "^1.2.0",

@@ -53,3 +53,3 @@ "regex-not": "^1.0.0",

"devDependencies": {
"bash-match": "^0.2.0",
"bash-match": "^1.0.2",
"for-own": "^1.0.0",

@@ -59,6 +59,6 @@ "gulp": "^3.9.1",

"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.0",
"gulp-mocha": "^4.3.1",
"gulp-unused": "^0.2.1",
"is-windows": "^1.0.1",
"minimatch": "^3.0.3",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",

@@ -99,4 +99,10 @@ "mocha": "^3.4.2",

"dependencies": {
"lock": {
"snapdragon": "^0.8.1"
"files": [
"index.js",
"lib/**"
],
"options": {
"lock": {
"snapdragon": "^0.8.1"
}
}

@@ -142,2 +148,3 @@ },

"reflinks": [
"expand-brackets",
"extglob",

@@ -147,6 +154,5 @@ "glob-object",

"multimatch",
"snapdragon",
"expand-brackets"
"snapdragon"
]
}
}

@@ -90,4 +90,4 @@ # micromatch [![NPM version](https://img.shields.io/npm/v/micromatch.svg?style=flat)](https://www.npmjs.com/package/micromatch) [![NPM monthly downloads](https://img.shields.io/npm/dm/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![NPM total downloads](https://img.shields.io/npm/dt/micromatch.svg?style=flat)](https://npmjs.org/package/micromatch) [![Linux Build Status](https://img.shields.io/travis/micromatch/micromatch.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/micromatch) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/micromatch.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/micromatch)

* Micromatch uses [snapdragon](https://github.com/jonschlinkert/snapdragon) for parsing and compiling globs, which provides granular control over the entire conversion process in a way that is easy to understand, reason about, and maintain.
* More accurate, with more than 36,000 [test assertions](./test) to prove it.
* More complete support for the Bash 4.3 specification than minimatch and multimatch. Micromatch passes _all of the spec tests_ from bash, including some that bash still fails.
* More consistently accurate matching [than minimatch](https://github.com/yarnpkg/yarn/pull/3339), with more than 36,000 [test assertions](./test) to prove it.
* More complete support for the Bash 4.3 specification than minimatch and multimatch. In fact, micromatch passes _all of the spec tests_ from bash, including some that bash still fails.
* [Faster matching](#benchmarks), from a combination of optimized glob patterns, faster algorithms, and regex caching.

@@ -957,3 +957,3 @@ * [Micromatch is safer](https://github.com/micromatch/braces#braces-is-safe), and is not subject to DoS with brace patterns, like minimatch and multimatch.

As of May 31, 2017 (longer bars are better):
As of June 02, 2017 (longer bars are better):

@@ -1033,3 +1033,3 @@ ```sh

| --- | --- |
| 419 | [jonschlinkert](https://github.com/jonschlinkert) |
| 423 | [jonschlinkert](https://github.com/jonschlinkert) |
| 12 | [es128](https://github.com/es128) |

@@ -1078,2 +1078,2 @@ | 3 | [paulmillr](https://github.com/paulmillr) |

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 31, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 02, 2017._
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc