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.2.0 to 0.2.1

14

package.json
{
"name": "react-serialize",
"version": "0.2.0",
"productName": "React Serialize",
"description": "Serialize and deserialize React components to JSON",
"keywords": [
"react",
"serialization"
],
"version": "0.2.1",
"main": "lib",

@@ -11,6 +17,2 @@ "esnext": "src",

],
"repository": {
"type": "git",
"url": "https://github.com/pravdomil/react-serialize.git"
},
"scripts": {

@@ -29,5 +31,5 @@ "build": "babel src -d lib",

"peerDependencies": {
"react": "^14.0.0"
"react": ">14.0.0"
},
"license": "MIT"
}
<div align="center">
# React serialize
# React Serialize

@@ -46,12 +46,4 @@ serialize and deserialize React components to JSON

## Example
See [CodeSandbox](https://codesandbox.io/embed/github/pravdomil/react-serialize/tree/master/example?expanddevtools=1).
## API
See [src/index.js](src/index.js#L1).
## Donate
[By buying a beer](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BCL2X3AFQBAP2&item_name=react-serialize%20Beer).
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