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

minimatch

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimatch - npm Package Compare versions

Comparing version 6.1.3 to 6.1.4

3

dist/cjs/index.js

@@ -602,3 +602,3 @@ "use strict";

case ')': {
const plEntry = patternListStack.pop();
const plEntry = patternListStack[patternListStack.length - 1];
if (inClass || !plEntry) {

@@ -608,2 +608,3 @@ re += '\\)';

}
patternListStack.pop();
// closing an extglob

@@ -610,0 +611,0 @@ clearStateChar();

@@ -590,3 +590,3 @@ export const minimatch = (p, pattern, options = {}) => {

case ')': {
const plEntry = patternListStack.pop();
const plEntry = patternListStack[patternListStack.length - 1];
if (inClass || !plEntry) {

@@ -596,2 +596,3 @@ re += '\\)';

}
patternListStack.pop();
// closing an extglob

@@ -598,0 +599,0 @@ clearStateChar();

@@ -5,3 +5,3 @@ {

"description": "a glob matcher in javascript",
"version": "6.1.3",
"version": "6.1.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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