New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-form

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

example/package.json

@@ -9,4 +9,5 @@ {

"express": "^4.10.6",
"react-form-inputs": "0.0.1",
"reactify": "^0.17.1"
}
}

5

lib/react-form/input.js

@@ -15,8 +15,3 @@ var React = require('react');

shouldComponentUpdate: function() {
return this.__value !== this.getValue();
},
renderWithAddons: function() {
this.__value = this.getValue();

@@ -23,0 +18,0 @@ var props = React.__spread({}, this.props, {

{
"name": "react-form",
"version": "0.0.1",
"version": "0.0.2",
"description": "A modular React form system.",

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

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