@ts-common/json
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -18,1 +18,3 @@ import { StringMap } from "@ts-common/string-map"; | ||
export declare const stringify: (json: Json) => string; | ||
export declare type NotUndefined<T> = T extends undefined ? never : T; | ||
export declare type Property<T, K extends keyof T> = NotUndefined<T[K]>; |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "JSON Data Type", | ||
@@ -30,5 +30,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ts-common/iterator": "0.0.28", | ||
"@ts-common/string-map": "0.0.4" | ||
"@ts-common/iterator": "0.0.30", | ||
"@ts-common/string-map": "0.0.5" | ||
} | ||
} |
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
13836
34
+ Added@ts-common/iterator@0.0.290.0.30(transitive)
+ Added@ts-common/string-map@0.0.5(transitive)
- Removed@ts-common/iterator@0.0.210.0.28(transitive)
- Removed@ts-common/string-map@0.0.4(transitive)
Updated@ts-common/iterator@0.0.30
Updated@ts-common/string-map@0.0.5