react-serialize
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6568
49
1