@types/jsan
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -25,3 +25,3 @@ // Type definitions for jsan 3.1 | ||
space?: string | number, | ||
_options?: Options | boolean | ||
_options?: Options | boolean, | ||
): string; | ||
@@ -31,3 +31,3 @@ | ||
text: string, | ||
reviver?: (key: string, value: unknown) => unknown | ||
reviver?: (key: string, value: unknown) => unknown, | ||
): unknown; |
{ | ||
"name": "@types/jsan", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "TypeScript definitions for jsan", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsan", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d22ddcab3f6851abdcd29e7692fcc7c8dca831a2e0790477d1726fa20b99c10c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "d79afd17f7438d35ab5032c23adeee37cfb7ded69a9e600bed6f2132c1610445", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -35,3 +35,3 @@ # Installation | ||
space?: string | number, | ||
_options?: Options | boolean | ||
_options?: Options | boolean, | ||
): string; | ||
@@ -41,3 +41,3 @@ | ||
text: string, | ||
reviver?: (key: string, value: unknown) => unknown | ||
reviver?: (key: string, value: unknown) => unknown, | ||
): unknown; | ||
@@ -48,3 +48,3 @@ | ||
### Additional Details | ||
* Last updated: Wed, 21 Jul 2021 19:31:18 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: none | ||
@@ -51,0 +51,0 @@ * Global values: none |
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
4169