Socket
Socket
Sign inDemoInstall

@types/micromatch

Package Overview
Dependencies
1
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

30

micromatch/index.d.ts

@@ -111,3 +111,3 @@ // TypeScript Version: 2.2

*/
ignore?: string | ReadonlyArray<string> | undefined;
ignore?: string | readonly string[] | undefined;
/**

@@ -338,3 +338,3 @@ * Retain quotes in the generated regex, since quotes may also be used as an alternative to backslashes.

*/
(list: ReadonlyArray<string>, patterns: string | ReadonlyArray<string>, options?: micromatch.Options): string[];
(list: readonly string[], patterns: string | readonly string[], options?: micromatch.Options): string[];

@@ -358,3 +358,3 @@ /**

*/
match(list: ReadonlyArray<string>, pattern: string, options?: micromatch.Options): string[];
match(list: readonly string[], pattern: string, options?: micromatch.Options): string[];

@@ -380,3 +380,3 @@ /**

*/
isMatch(string: string, pattern: string | ReadonlyArray<string>, options?: micromatch.Options): boolean;
isMatch(string: string, pattern: string | readonly string[], options?: micromatch.Options): boolean;

@@ -403,4 +403,4 @@ /**

some(
list: string | ReadonlyArray<string>,
patterns: string | ReadonlyArray<string>,
list: string | readonly string[],
patterns: string | readonly string[],
options?: micromatch.Options,

@@ -433,4 +433,4 @@ ): boolean;

every(
list: string | ReadonlyArray<string>,
patterns: string | ReadonlyArray<string>,
list: string | readonly string[],
patterns: string | readonly string[],
options?: micromatch.Options,

@@ -459,4 +459,4 @@ ): boolean;

any(
str: string | ReadonlyArray<string>,
patterns: string | ReadonlyArray<string>,
str: string | readonly string[],
patterns: string | readonly string[],
options?: micromatch.Options,

@@ -492,4 +492,4 @@ ): boolean;

all(
str: string | ReadonlyArray<string>,
patterns: string | ReadonlyArray<string>,
str: string | readonly string[],
patterns: string | readonly string[],
options?: micromatch.Options,

@@ -515,3 +515,3 @@ ): boolean;

*/
not(list: ReadonlyArray<string>, patterns: string | ReadonlyArray<string>, options?: micromatch.Options): string[];
not(list: readonly string[], patterns: string | readonly string[], options?: micromatch.Options): string[];

@@ -537,3 +537,3 @@ /**

*/
contains(str: string, patterns: string | ReadonlyArray<string>, options?: micromatch.Options): boolean;
contains(str: string, patterns: string | readonly string[], options?: micromatch.Options): boolean;

@@ -559,3 +559,3 @@ /**

*/
matchKeys<T>(object: T, patterns: string | ReadonlyArray<string>, options?: micromatch.Options): Partial<T>;
matchKeys<T>(object: T, patterns: string | readonly string[], options?: micromatch.Options): Partial<T>;

@@ -562,0 +562,0 @@ /**

{
"name": "@types/micromatch",
"version": "4.0.5",
"version": "4.0.6",
"description": "TypeScript definitions for micromatch",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/micromatch",

},
"typesPublisherContentHash": "1d71d37f637689f44668b486b78da51a0acddcd7049609245db93370cefc7d8b",
"typesPublisherContentHash": "6b6f9ff21a77a52fc610dbc3a9460a4a2e54e11c8506baf0f973d85d72b39f69",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/braces](https://npmjs.com/package/@types/braces)

@@ -14,0 +14,0 @@

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