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.10 to 5.0.11

7

glob.js

@@ -43,3 +43,8 @@ // Approach:

var fs = require('fs')
var fs
try {
fs = require('graceful-fs')
} catch (er) {
fs = require('fs')
}
var minimatch = require('minimatch')

@@ -46,0 +51,0 @@ var Minimatch = minimatch.Minimatch

2

package.json

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

"description": "a little globber",
"version": "5.0.10",
"version": "5.0.11",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -265,3 +265,2 @@ [![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Dependency Status](https://david-dm.org/isaacs/node-glob.svg)](https://david-dm.org/isaacs/node-glob) [![devDependency Status](https://david-dm.org/isaacs/node-glob/dev-status.svg)](https://david-dm.org/isaacs/node-glob#info=devDependencies) [![optionalDependency Status](https://david-dm.org/isaacs/node-glob/optional-status.svg)](https://david-dm.org/isaacs/node-glob#info=optionalDependencies)

equivalent to `**/*.js`, matching all js files in all directories.
* `nonull` Return the pattern when no matches are found.
* `nodir` Do not match directories, only files. (Note: to match

@@ -268,0 +267,0 @@ *only* directories, simply put a `/` at the end of the pattern.)

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