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.6 to 3.1.7

LICENCE

1

glob.js

@@ -421,2 +421,3 @@ // Approach:

Glob.prototype._afterStat = function (f, abs, cb, er, stat) {
var exists;
assert(this instanceof Glob)

@@ -423,0 +424,0 @@ if (er || !stat) {

5

package.json

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

"description": "a little globber",
"version": "3.1.6",
"version": "3.1.7",
"repository": {

@@ -27,3 +27,4 @@ "type": "git",

"test": "tap test/*.js"
}
},
"license": "BSD"
}
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