Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

2

package.json
{
"name": "jest",
"description": "JavaScriptational State Transfer. JS restful API layer with Mongoose based resources. Inspired by python Tastypie",
"version": "0.1.39",
"version": "0.1.40",
"author": "Ishai Jaffe <ishai@empeeric.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -838,6 +838,4 @@ var _ = require('underscore'),

}
if (typeof(object) != 'object')
if (typeof(object) != 'object' || object === null)
return object;
// if (!tree)
// return object;
var new_object = {};

@@ -844,0 +842,0 @@ var tree_empty = tree ? true : false;

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