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 4.3.0 to 4.3.1

4

package.json

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

"description": "a little globber",
"version": "4.3.0",
"version": "4.3.1",
"repository": {

@@ -23,3 +23,3 @@ "type": "git",

"inherits": "2",
"minimatch": "^2.0.0",
"minimatch": "^2.0.1",
"once": "^1.3.0"

@@ -26,0 +26,0 @@ },

@@ -34,3 +34,3 @@ [![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)

number of comma-delimited sections within. Braced sections may contain
slash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abc`.
slash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abcd`.

@@ -40,3 +40,3 @@ The following characters have special magic meaning when used in a

* `*` Matches 0 or more characters in a sinle path portion
* `*` Matches 0 or more characters in a single path portion
* `?` Matches 1 character

@@ -105,3 +105,3 @@ * `[...]` Matches a range of characters, similar to a RegExp range.

## glob.hasMagic(patter, [options])
## glob.hasMagic(pattern, [options])

@@ -137,3 +137,3 @@ Returns `true` if there are any special characters in the pattern, and

Create a Glob object by instanting the `glob.Glob` class.
Create a Glob object by instantiating the `glob.Glob` class.

@@ -140,0 +140,0 @@ ```javascript

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