Socket
Socket
Sign inDemoInstall

multimatch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multimatch - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

5

index.d.ts

@@ -1,4 +0,4 @@

import {IOptions} from 'minimatch';
import {type MinimatchOptions} from 'minimatch';
export type Options = Readonly<IOptions>;
export type Options = Readonly<MinimatchOptions>;

@@ -25,2 +25,1 @@ /**

): string[];

2

index.js

@@ -1,2 +0,2 @@

import minimatch from 'minimatch';
import {minimatch} from 'minimatch';
import arrayUnion from 'array-union';

@@ -3,0 +3,0 @@ import arrayDiffer from 'array-differ';

{
"name": "multimatch",
"version": "6.0.0",
"version": "7.0.0",
"description": "Extends `minimatch.match()` with support for multiple patterns",

@@ -14,5 +14,8 @@ "license": "MIT",

"type": "module",
"exports": "./index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=18"
},

@@ -40,12 +43,11 @@ "scripts": {

"dependencies": {
"@types/minimatch": "^3.0.5",
"array-differ": "^4.0.0",
"array-union": "^3.0.1",
"minimatch": "^3.0.4"
"minimatch": "^9.0.3"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.18.0",
"xo": "^0.45.0"
"ava": "^5.3.1",
"tsd": "^0.29.0",
"xo": "^0.56.0"
}
}

@@ -69,13 +69,1 @@ # multimatch

- [matcher](https://github.com/sindresorhus/matcher) - Simple wildcard matching
---
<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-multimatch?utm_source=npm-multimatch&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>
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