@types/randomstring
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -7,3 +7,4 @@ // Type definitions for randomstring 1.1.4 | ||
declare namespace Randomstring { | ||
type Charset = "alphanumeric" | ||
type Charset = | ||
| "alphanumeric" | ||
| "alphabetic" | ||
@@ -10,0 +11,0 @@ | "numeric" |
{ | ||
"name": "@types/randomstring", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "TypeScript definitions for randomstring", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/randomstring", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "16f14d969fbc15a0c2d9a9dbf77388cf942a9c037537d81ce732d07e62aaf5aa", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "ac71c30650d9c60909dc1239bb5e18d8fd7745dd21f43d6afb8684518924bd9e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -17,3 +17,4 @@ # Installation | ||
declare namespace Randomstring { | ||
type Charset = "alphanumeric" | ||
type Charset = | ||
| "alphanumeric" | ||
| "alphabetic" | ||
@@ -43,3 +44,3 @@ | "numeric" | ||
### Additional Details | ||
* Last updated: Fri, 29 Oct 2021 23:01:24 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: none | ||
@@ -46,0 +47,0 @@ * Global values: `Randomstring` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4237
25
49