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

react-serialize

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-serialize - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

lib/index.js

@@ -57,3 +57,3 @@ "use strict";

if (_typeof(data) === "object") {
if (data instanceof Object) {
return deserializeElement(data, options);

@@ -60,0 +60,0 @@ }

{
"name": "react-serialize",
"version": "0.1.2",
"version": "0.2.0",
"main": "lib",

@@ -29,3 +29,4 @@ "esnext": "src",

"react": "^14.0.0"
}
},
"license": "MIT"
}

@@ -38,3 +38,3 @@ import React from "react"

}
if (typeof data === "object") {
if (data instanceof Object) {
return deserializeElement(data, options)

@@ -41,0 +41,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