Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/picomatch

Package Overview
Dependencies
Maintainers
1
Versions
19
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
3.0.2
to
4.0.0
+3
picomatch/posix.d.ts
import picomatch = require("./lib/picomatch");
export = picomatch;
+2
-1

@@ -34,3 +34,4 @@ import constantsImport = require("./constants");

interface Matcher {
(test: string): boolean;
(test: string, returnObject?: false | undefined): boolean;
(test: string, returnObject: true): Result;
}

@@ -37,0 +38,0 @@

{
"name": "@types/picomatch",
"version": "3.0.2",
"version": "4.0.0",
"description": "TypeScript definitions for picomatch",

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

"peerDependencies": {},
"typesPublisherContentHash": "8a809a9b793c2420389bd720f73d0262848e3e6d0e15d8c3e73a282f4c4bf3aa",
"typeScriptVersion": "5.0"
"typesPublisherContentHash": "fab84657a710a2244a5ce6e07573fcedcefa811e8635da527edb5d1210ee8037",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Fri, 17 Jan 2025 07:32:10 GMT
* Last updated: Tue, 01 Apr 2025 19:02:14 GMT
* Dependencies: none

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