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

is-glob

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-glob - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"name": "is-glob",
"description": "Returns `true` if the given string looks like a glob pattern.",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/is-glob",

@@ -6,0 +6,0 @@ "author": {

@@ -24,2 +24,4 @@ # is-glob [![NPM version](https://badge.fury.io/js/is-glob.svg)](http://badge.fury.io/js/is-glob)

//=> 'true'
isGlob('abc/{a,b}.js');
//=> 'true'
isGlob('abc.js');

@@ -36,3 +38,3 @@ //=> 'false'

```bash
node i -d && mocha
npm i -d && mocha
```

@@ -39,0 +41,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