Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

utility

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utility - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

lib/json.js

5

History.md
1.4.0 / 2015-05-22
==================
* feat(JSON): add strict JSON parse
1.3.2 / 2015-05-08

@@ -3,0 +8,0 @@ ==================

1

lib/utility.js

@@ -23,2 +23,3 @@ /*!

.and(require('./array'))
.and(require('./json'))
.and(require('./date'))

@@ -25,0 +26,0 @@ .and(require('./map'))

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc