Socket
Socket
Sign inDemoInstall

warp10

Package Overview
Dependencies
0
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "warp10",
"version": "1.3.2",
"version": "1.3.3",
"description": "Transport complex JavaScript objects from the server to the web browser at lightning fast speeds",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -65,3 +65,3 @@ 'use strict';

var value = obj[key];
if (value == null) {
if (value === undefined) {
continue;

@@ -68,0 +68,0 @@ }

@@ -79,3 +79,3 @@ 'use strict';

var value = obj[key];
if (value == null) {
if (value === undefined) {
continue;

@@ -82,0 +82,0 @@ }

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