Socket
Socket
Sign inDemoInstall

glob

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

test/empty-set.js

8

glob.js

@@ -152,2 +152,6 @@ // Approach:

this.debug = !!options.debug || !!options.globDebug
if (/\bglob\b/.test(process.env.NODE_DEBUG || ''))
this.debug = true
if (this.debug)

@@ -180,2 +184,6 @@ this.log = console.error

if (this.minimatch.set.length === 0) {
return process.nextTick(this._finish.bind(this))
}
this.minimatch.set.forEach(iterator.bind(this))

@@ -182,0 +190,0 @@ function iterator (pattern, i, set) {

2

package.json

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

"description": "a little globber",
"version": "4.0.0",
"version": "4.0.1",
"repository": {

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

@@ -296,2 +296,3 @@ {

"./test/cwd-test.js",
"./test/empty-set.js",
"./test/globstar-match.js",

@@ -298,0 +299,0 @@ "./test/mark.js",

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