Socket
Socket
Sign inDemoInstall

wildcard-match

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildcard-match - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

build/index.es.d.ts

1

build/index.d.ts

@@ -8,3 +8,2 @@ interface Options {

};
export { wildcardMatch as default };
export = wildcardMatch;
{
"name": "wildcard-match",
"version": "4.1.0",
"version": "4.1.1",
"description": "Compile a glob-like pattern into a regular expression",

@@ -17,7 +17,7 @@ "author": "Alex Schneider <me@schneider.ax>",

"main": "build/index.js",
"module": "build/index.mjs",
"module": "build/index.es.mjs",
"unpkg": "build/index.umd.js",
"types": "build/index.d.ts",
"exports": {
"import": "./build/index.mjs",
"import": "./build/index.es.mjs",
"require": "./build/index.js"

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