Socket
Socket
Sign inDemoInstall

minimatch

Package Overview
Dependencies
3
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

3

minimatch.js

@@ -726,3 +726,4 @@ const minimatch = module.exports = (p, pattern, options = {}) => {

// "after" the negated section.
const openParensBefore = nlBefore.split('(').length - 1
const closeParensBefore = nlBefore.split(')').length
const openParensBefore = nlBefore.split('(').length - closeParensBefore
let cleanAfter = nlAfter

@@ -729,0 +730,0 @@ for (let i = 0; i < openParensBefore; i++) {

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

"description": "a glob matcher in javascript",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"tag": "legacy-v4"
},
"repository": {

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

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