Comparing version 1.3.2 to 1.4.0
1.4.0 / 2015-05-22 | ||
================== | ||
* feat(JSON): add strict JSON parse | ||
1.3.2 / 2015-05-08 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -23,2 +23,3 @@ /*! | ||
.and(require('./array')) | ||
.and(require('./json')) | ||
.and(require('./date')) | ||
@@ -25,0 +26,0 @@ .and(require('./map')) |
{ | ||
"name": "utility", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "A collection of useful utilities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/utility.js", |
@@ -188,2 +188,9 @@ utility | ||
### JSON | ||
``` | ||
var obj = utils.strictJSONparse('"hello"'); | ||
// will throw when JSON string is not object | ||
``` | ||
## benchmark | ||
@@ -190,0 +197,0 @@ |
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
29036
16
653
239