New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/minimatch

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/minimatch - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

minimatch/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for Minimatch 3.0

*/
function match(list: string[], pattern: string, options?: IOptions): string[];
function match(list: ReadonlyArray<string>, pattern: string, options?: IOptions): string[];

@@ -24,3 +24,3 @@ /**

*/
function filter(pattern: string, options?: IOptions): (element: string, indexed: number, array: string[]) => boolean;
function filter(pattern: string, options?: IOptions): (element: string, indexed: number, array: ReadonlyArray<string>) => boolean;

@@ -27,0 +27,0 @@ /**

{
"name": "@types/minimatch",
"version": "3.0.2",
"version": "3.0.3",
"description": "TypeScript definitions for Minimatch",

@@ -25,4 +25,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "a7d303b43c8df61588af3a4a0fbf4ea61a484ef0fbad093c052ed30cbdce909e",
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 13 Dec 2017 19:13:38 GMT
* Last updated: Thu, 04 Jan 2018 23:26:01 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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