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.1.0 to 3.1.1

3

glob.js

@@ -481,3 +481,4 @@ // Approach:

return cb.call(this, er)
default: // some unusual error.
default: // some unusual error. Treat as failure.
this.options.statCache[f] = false
if (this.options.strict) this.emit("error", er)

@@ -484,0 +485,0 @@ if (!this.options.silent) console.error("glob error", er)

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

"description": "a little globber",
"version": "3.1.0",
"version": "3.1.1",
"repository": {

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

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