Socket
Socket
Sign inDemoInstall

micromatch

Package Overview
Dependencies
35
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.10 to 2.3.11

README.md

7

lib/expand.js

@@ -141,9 +141,2 @@ /*!

} else {
// '/*/*/*' => '(?:/*){3}'
glob._replace(/(\/\*)+/g, function(match) {
var len = match.length / 2;
if (len === 1) { return match; }
return '(?:\\/*){' + len + '}';
});
glob.pattern = balance(glob.pattern, '[', ']');

@@ -150,0 +143,0 @@ glob.escape(glob.pattern);

2

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

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

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