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.1.3 to 4.1.4

7

common.js

@@ -127,4 +127,7 @@ exports.alphasort = alphasort

// at *some* point we statted all of these
if (self.mark)
all = all.map(self._mark, self)
if (self.mark) {
for (var i = 0; i < all.length; i++) {
all[i] = self._mark(all[i])
}
}

@@ -131,0 +134,0 @@ self.found = all

@@ -397,3 +397,3 @@ // Approach:

if (ownProp(this.cache, abs)) {
c = this.cache[abs]
var c = this.cache[abs]
if (!c || c === 'FILE')

@@ -400,0 +400,0 @@ return cb()

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

"description": "a little globber",
"version": "4.1.3",
"version": "4.1.4",
"repository": {

@@ -12,2 +12,7 @@ "type": "git",

"main": "glob.js",
"files": [
"glob.js",
"sync.js",
"common.js"
],
"engines": {

@@ -17,3 +22,2 @@ "node": "*"

"dependencies": {
"graceful-fs": "^3.0.2",
"inflight": "^1.0.4",

@@ -20,0 +24,0 @@ "inherits": "2",

@@ -225,3 +225,3 @@ module.exports = globSync

if (ownProp(this.cache, abs)) {
c = this.cache[abs]
var c = this.cache[abs]
if (!c || c === 'FILE')

@@ -228,0 +228,0 @@ return null

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