Socket
Socket
Sign inDemoInstall

is-glob

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

4

index.js

@@ -10,5 +10,3 @@ /*!

return typeof str === 'string'
// && /[!*{}?[\](|)]|(?:\(.*\|.*\))/.test(str);
&& /[!*{}?[\](|)]/.test(str);
// && /[*{}?[\]]|(?:\(.*\|.*\))/.test(str);
&& /[!*{}?(|)[\]]/.test(str);
};
{
"name": "is-glob",
"description": "Returns `true` if the given string looks like a glob pattern.",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/jonschlinkert/is-glob",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc