@types/serialize-javascript
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -13,5 +13,5 @@ // Type definitions for serialize-javascript 1.3 | ||
space?: string | number | undefined; | ||
/** | ||
* This option is a signal to serialize() that the object being serialized does not contain any function or regexps values. | ||
* This enables a hot-path that allows serialization to be over 3x faster. | ||
/** | ||
* This option is a signal to serialize() that the object being serialized does not contain any function or regexps values. | ||
* This enables a hot-path that allows serialization to be over 3x faster. | ||
* If you're serializing a lot of data, and know its pure JSON, then you can enable this option for a speed-up. | ||
@@ -18,0 +18,0 @@ */ |
{ | ||
"name": "@types/serialize-javascript", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript definitions for serialize-javascript", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "784ac05223ce343865d200191c1b538650d9d0da76b87a869e52fa542d071d55", | ||
"typesPublisherContentHash": "a81ddfa9fc47427f7f5fa3c7f3a5ae1089c44dc61de94292f661bf55beba8705", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/serialize-javascript | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serialize-javascript | ||
Additional Details | ||
* Last updated: Wed, 29 Mar 2017 18:32:03 GMT | ||
* Last updated: Fri, 31 Mar 2017 18:05:16 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
2605