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.0.5 to 4.0.6

oh-my-glob.gif

6

glob.js

@@ -39,6 +39,4 @@ // Approach:

var fs
try { fs = require("graceful-fs") } catch (e) { fs = require("fs") }
var minimatch = require("minimatch")
var fs = require("graceful-fs")
, minimatch = require("minimatch")
, Minimatch = minimatch.Minimatch

@@ -45,0 +43,0 @@ , inherits = require("inherits")

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

"description": "a little globber",
"version": "4.0.5",
"version": "4.0.6",
"repository": {

@@ -15,6 +15,4 @@ "type": "git",

},
"optionalDependencies": {
"graceful-fs": "^3.0.2"
},
"dependencies": {
"graceful-fs": "^3.0.2",
"inherits": "2",

@@ -21,0 +19,0 @@ "minimatch": "^1.0.0",

@@ -8,13 +8,4 @@ # Glob

## Attention: node-glob users!
![](oh-my-glob.gif)
The API has changed dramatically between 2.x and 3.x. This library is
now 100% JavaScript, and the integer flags have been replaced with an
options object.
Also, there's an event emitter class, proper tests, and all the other
things you've come to expect from node modules.
And best of all, no compilation!
## Usage

@@ -21,0 +12,0 @@

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