Socket
Socket
Sign inDemoInstall

globrex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globrex - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -264,3 +264,3 @@ const isWin = process.platform === 'win32';

path.regex = new RegExp(path.regex, flags);
path.globstar = GLOBSTAR_SEGMENT;
path.globstar = new RegExp(!flags.includes('g') ? `^${GLOBSTAR_SEGMENT}$` : GLOBSTAR_SEGMENT, flags);
result.path = path;

@@ -267,0 +267,0 @@ }

{
"name": "globrex",
"version": "0.1.0",
"version": "0.1.1",
"description": "Glob to regular expression with support for extended globs",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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