Socket
Socket
Sign inDemoInstall

micromatch

Package Overview
Dependencies
5
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

6

index.js

@@ -126,2 +126,8 @@ 'use strict';

/**
* Backwards compatibility
*/
micromatch.any = micromatch.isMatch;
/**
* Returns a list of strings that _**do not match any**_ of the given `patterns`.

@@ -128,0 +134,0 @@ *

7

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

@@ -20,3 +20,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"Tom Byrer (https://github.com/tomByrer)",
"Tyler Akins (http://rumkin.com)"
"Tyler Akins (http://rumkin.com)",
"Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)"
],

@@ -40,3 +41,3 @@ "repository": "micromatch/micromatch",

"braces": "^3.0.1",
"picomatch": "^2.0.3"
"picomatch": "^2.0.5"
},

@@ -43,0 +44,0 @@ "devDependencies": {

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