Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 5.0.13 to 5.0.14

1

glob.js

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

switch (er.code) {
case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
case 'ENOTDIR': // totally normal. means it *does* exist.

@@ -561,0 +562,0 @@ this.cache[this._makeAbs(f)] = 'FILE'

4

package.json

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

"description": "a little globber",
"version": "5.0.13",
"version": "5.0.14",
"repository": {

@@ -40,5 +40,5 @@ "type": "git",

"prof": "bash prof.sh && cat profile.txt",
"benchclean": "bash benchclean.sh"
"benchclean": "node benchclean.js"
},
"license": "ISC"
}

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

p = self._makeAbs(p)
var real = fs.realpathSync(p, this.realpathCache)
var real = fs.realpathSync(p, self.realpathCache)
set[real] = true

@@ -307,2 +307,3 @@ } catch (er) {

switch (er.code) {
case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205
case 'ENOTDIR': // totally normal. means it *does* exist.

@@ -309,0 +310,0 @@ this.cache[this._makeAbs(f)] = 'FILE'

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