You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/regexgen

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/regexgen - npm Package Compare versions

Comparing version

to
1.3.2

6

regexgen/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for regexgen 1.3
// Project: https://github.com/devongovett/regexgen
// Definitions by: Septs <https://github.com/septs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.0
declare function regexgen(inputs: string[], flags?: RegExp["flags"]): RegExp;

@@ -8,0 +2,0 @@

8

regexgen/package.json
{
"name": "@types/regexgen",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript definitions for regexgen",

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

"name": "Septs",
"url": "https://github.com/septs",
"githubUsername": "septs"
"githubUsername": "septs",
"url": "https://github.com/septs"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "b74b98fe46924a2ec14e6b9f5a4aa37bace086f5a543d02b1dda393c23db5323",
"typesPublisherContentHash": "6c9a3bdf552d61f35c8452d18bb707939b89aa829a24b52d98f19835f8ea6e7e",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for regexgen 1.3
// Project: https://github.com/devongovett/regexgen
// Definitions by: Septs <https://github.com/septs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.0
declare function regexgen(inputs: string[], flags?: RegExp["flags"]): RegExp;

@@ -36,7 +30,6 @@

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Septs](https://github.com/septs).