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.1 to 3.1.2

2

glob.js

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

if (typeof cb === "function") {
console.error("cb is function")
this.on("error", cb)

@@ -333,3 +332,2 @@ this.on("end", function (matches) {

!this.options.stat) {
console.error("skip final stat")
entries.forEach(function (e) {

@@ -336,0 +334,0 @@ if (prefix) {

2

package.json

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

"description": "a little globber",
"version": "3.1.1",
"version": "3.1.2",
"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