Socket
Socket
Sign inDemoInstall

@types/picomatch

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/picomatch - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

15

picomatch/index.d.ts

@@ -15,2 +15,6 @@ // Type definitions for picomatch 2.2

onMatch?: (result: Result) => void;
dot?: boolean;
windows?: boolean;
contains?: boolean;
format?: (input: string) => string;
}

@@ -56,3 +60,3 @@

regex: RegExp,
options: { format: any },
options?: PicomatchOptions,
test?: {},

@@ -71,3 +75,3 @@ ): { isMatch: boolean; match: boolean; output: any };

state: ReturnType<typeof parse>,
options?: { contains?: boolean },
options?: PicomatchOptions,
returnOutput?: boolean,

@@ -77,3 +81,8 @@ returnState?: boolean,

makeRe(input: string, options?: {}, returnOutput?: boolean, returnState?: boolean): Picomatch['compileRe'];
makeRe(
input: string,
options?: PicomatchOptions,
returnOutput?: boolean,
returnState?: boolean,
): Picomatch['compileRe'];

@@ -80,0 +89,0 @@ toRegex(source: string | RegExp, options?: { flags?: string; nocase?: boolean; debug?: boolean }): RegExp;

4

picomatch/package.json
{
"name": "@types/picomatch",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript definitions for picomatch",

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

"dependencies": {},
"typesPublisherContentHash": "19e9da1eb22db3142ccb267ca48ffabfd1ec18636570de315b727e5de78b7ce2",
"typesPublisherContentHash": "12173c91f11ef757e67643c5b34ce321ab6b3536c9fe955cc195916ff0a95dc0",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Mon, 27 Apr 2020 17:11:57 GMT
* Last updated: Mon, 27 Apr 2020 21:49:37 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