@types/safe-json-stringify
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,3 +8,3 @@ // Type definitions for safe-json-stringify 1.1 | ||
declare namespace safeJsonStringify { | ||
function ensureProperties(obj: any): object; | ||
function ensureProperties(obj: any): object; | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@types/safe-json-stringify", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for safe-json-stringify", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ece07e1bc7465768a034fd8f5925f414124e0d81a29277861728b18d47870ece", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "d3170d7765d506abd3d28deb1814bf72829b054a1b981888a1467523a882c830", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/safe-json-stringify | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/safe-json-stringify. | ||
Additional Details | ||
* Last updated: Wed, 26 Jun 2019 17:47:49 GMT | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 13:12:34 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Eric Byers <https://github.com/ericbyers>. | ||
These definitions were written by [Eric Byers](https://github.com/ericbyers). |
Sorry, the diff of this file is not supported yet
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
3099