Socket
Socket
Sign inDemoInstall

jsprim

Package Overview
Dependencies
3
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

6

lib/jsprim.js

@@ -149,2 +149,5 @@ /*

{
if (depth === 0)
return ([ data ]);
mod_assert.ok(data !== null);

@@ -155,5 +158,2 @@ mod_assert.equal(typeof (data), 'object');

if (depth === 0)
return ([ data ]);
var rv = [];

@@ -160,0 +160,0 @@ var key;

{
"name": "jsprim",
"version": "0.5.0",
"version": "0.5.1",
"description": "utilities for primitive JavaScript types",
"main": "./lib/jsprim.js",
"repository": {

@@ -11,3 +10,2 @@ "type": "git",

},
"dependencies": {

@@ -18,4 +16,6 @@ "extsprintf": "1.0.2",

},
"engines": [ "node >=0.6.0" ]
"engines": [
"node >=0.6.0"
],
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc