@types/randomstring
Advanced tools
Comparing version 1.1.12 to 1.3.0
@@ -14,3 +14,3 @@ declare namespace Randomstring { | ||
readable?: boolean | undefined; | ||
charset?: Charset | undefined; | ||
charset?: Charset | Charset[] | undefined; | ||
capitalization?: Capitalization | undefined; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@types/randomstring", | ||
"version": "1.1.12", | ||
"version": "1.3.0", | ||
"description": "TypeScript definitions for randomstring", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/randomstring", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0e2c130188ba9e5847e60c4c7b0b5b7d1887e832f6ffd3ad10af3715115e1dbc", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "834ea2a379472962ddac0ae60fd9bc76b3402678e8b12a9c2e942f4b406285c2", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -24,3 +24,3 @@ # Installation | ||
readable?: boolean | undefined; | ||
charset?: Charset | undefined; | ||
charset?: Charset | Charset[] | undefined; | ||
capitalization?: Capitalization | undefined; | ||
@@ -39,3 +39,3 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 27 Feb 2024 22:35:43 GMT | ||
* Last updated: Thu, 04 Apr 2024 18:08:09 GMT | ||
* Dependencies: none | ||
@@ -42,0 +42,0 @@ |
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
3769