@ts-common/json
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -18,3 +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]>; | ||
export declare type NonUndefined<T> = T extends undefined ? never : T; | ||
export declare type Property<T, K extends keyof T> = NonUndefined<T[K]>; |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "JSON Data Type", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"tslint": "^5.11.0", | ||
"typescript": "3.0.0-rc" | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@ts-common/iterator": "0.0.30", | ||
"@ts-common/string-map": "0.0.5" | ||
"@ts-common/string-map": "0.0.6" | ||
} | ||
} |
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
13834
+ Added@ts-common/string-map@0.0.6(transitive)
- Removed@ts-common/string-map@0.0.5(transitive)
Updated@ts-common/string-map@0.0.6