Socket
Socket
Sign inDemoInstall

@types/braces

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/braces - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

14

braces/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for braces 3.0

*/
maxLength?: number;
maxLength?: number | undefined;
/**

@@ -30,3 +30,3 @@ * Generate an "expanded" brace pattern (alternatively you can use the `braces.expand()` method).

*/
expand?: boolean;
expand?: boolean | undefined;
/**

@@ -37,3 +37,3 @@ * Remove duplicates from the returned array.

*/
nodupes?: boolean;
nodupes?: boolean | undefined;
/**

@@ -55,3 +55,3 @@ * To prevent malicious patterns from being passed by users, an error is thrown when `braces.expand()`

*/
rangeLimit?: number;
rangeLimit?: number | undefined;
/**

@@ -69,3 +69,3 @@ * Customize range expansion.

*/
transform?: Transform;
transform?: Transform | undefined;
/**

@@ -90,3 +90,3 @@ * In regular expressions, quanitifiers can be used to specify how many times a token can be repeated.

*/
quantifiers?: boolean;
quantifiers?: boolean | undefined;
/**

@@ -97,3 +97,3 @@ * Strip backslashes that were used for escaping from the result.

*/
unescape?: boolean;
unescape?: boolean | undefined;
}

@@ -100,0 +100,0 @@ }

{
"name": "@types/braces",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for braces",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braces",
"license": "MIT",

@@ -19,3 +20,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +29,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "5c1c8c7c174410ae2f4dff3d4e48a2957d9f7fa90b64dc73987141d7f4e97116",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "972cf61014c9ae7ae645c8af200f473f6eb5b0937ca021a978a34391010b3eba",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for braces ( https://github.com/micromatch/braces ).
This package contains type definitions for braces (https://github.com/micromatch/braces).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braces
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braces.
Additional Details
* Last updated: Mon, 22 Apr 2019 22:01:49 GMT
### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:45 GMT
* Dependencies: none
* Global values: braces
* Global values: `braces`
# Credits
These definitions were written by vemoo <https://github.com/vemoo>, mrmlnc <https://github.com/mrmlnc>.
These definitions were written by [vemoo](https://github.com/vemoo), and [mrmlnc](https://github.com/mrmlnc).

Sorry, the diff of this file is not supported yet

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