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 3.2.6 to 3.2.7

test/new-glob-optional-options.js

5

glob.js

@@ -87,2 +87,7 @@ // Approach:

if (typeof options === "function") {
cb = options
options = null
}
if (typeof cb === "function") {

@@ -89,0 +94,0 @@ this.on("error", cb)

2

package.json

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

"description": "a little globber",
"version": "3.2.6",
"version": "3.2.7",
"repository": {

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

@@ -298,2 +298,3 @@ {

"./test/mark.js",
"./test/new-glob-optional-options.js",
"./test/nocase-nomagic.js",

@@ -300,0 +301,0 @@ "./test/pause-resume.js",

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