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
4.0.1
to
4.0.2
+2
-6
picomatch/lib/picomatch.d.ts

@@ -119,6 +119,2 @@ import constantsImport = require("./constants");

/**
* Support regex positive and negative lookbehinds. Note that you must be using Node 8.1.10 or higher to enable regex lookbehinds.
*/
lookbehinds?: boolean | undefined;
/**
* Alias for `basename`

@@ -136,3 +132,3 @@ */

/**
* Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters.
* Disable matching with regex brackets.
*/

@@ -187,3 +183,3 @@ nobracket?: boolean | undefined;

/**
* Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself
* Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself.
*/

@@ -190,0 +186,0 @@ posixSlashes?: boolean | undefined;

{
"name": "@types/picomatch",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for picomatch",

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

"peerDependencies": {},
"typesPublisherContentHash": "2afff6e802a010089eebce80a4f93a639a1d5b9225a4eb32c299c4f223d99230",
"typesPublisherContentHash": "9283f27b467f1609607d1f981c52ffc9b428364db691abc2b7045b0dcabb4688",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Sat, 19 Jul 2025 01:30:15 GMT
* Last updated: Mon, 28 Jul 2025 21:34:49 GMT
* Dependencies: none

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