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.1.6 to 3.1.7

2

lib/utils.js

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

return function(filepath) {
return re.test(filepath) || re.test(path.basename(filepath));
return re.test(path.basename(filepath));
};

@@ -275,0 +275,0 @@ };

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

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

@@ -540,3 +540,3 @@ # 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)

### [.compile](index.js#L785)
### [.compile](index.js#L780)

@@ -575,3 +575,3 @@ Compile the given `ast` or string with the given `options`.

### [.clearCache](index.js#L806)
### [.clearCache](index.js#L801)

@@ -985,3 +985,3 @@ Clear the regex cache.

As of October 20, 2017 (longer bars are better):
As of February 18, 2018 (longer bars are better):

@@ -1123,3 +1123,3 @@ ```sh

| --- | --- |
| 443 | [jonschlinkert](https://github.com/jonschlinkert) |
| 457 | [jonschlinkert](https://github.com/jonschlinkert) |
| 12 | [es128](https://github.com/es128) |

@@ -1130,4 +1130,5 @@ | 8 | [doowb](https://github.com/doowb) |

| 2 | [MartinKolarik](https://github.com/MartinKolarik) |
| 2 | [olstenlarck-old](https://github.com/olstenlarck-old) |
| 2 | [charlike-old](https://github.com/charlike-old) |
| 1 | [amilajack](https://github.com/amilajack) |
| 1 | [mrmlnc](https://github.com/mrmlnc) |
| 1 | [devongovett](https://github.com/devongovett) |

@@ -1143,2 +1144,3 @@ | 1 | [DianeLooney](https://github.com/DianeLooney) |

* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert)
* [github/jonschlinkert](https://github.com/jonschlinkert)

@@ -1149,3 +1151,3 @@ * [twitter/jonschlinkert](https://twitter.com/jonschlinkert)

Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT License](LICENSE).

@@ -1155,2 +1157,2 @@

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 20, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 18, 2018._
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