Socket
Socket
Sign inDemoInstall

parse-glob

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-glob - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

index.js

@@ -39,5 +39,7 @@ /*!

if (!/(\/|\*\*)/.test(glob)) {
tok.globstar = glob.indexOf('**') !== -1;
if (!/\//.test(glob) && !tok.globstar) {
tok.dirname = '';
tok.filename = pattern;
tok.globstar = false;

@@ -44,0 +46,0 @@ var basename = /^([^.]*)/.exec(glob);

{
"name": "parse-glob",
"description": "Parse a glob pattern into an object of path parts.",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/jonschlinkert/parse-glob",

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

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

_This file was generated by [verb](https://github.com/assemble/verb) on February 10, 2015._
_This file was generated by [verb](https://github.com/assemble/verb) on February 11, 2015._
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