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

hadron-react-components

Package Overview
Dependencies
Maintainers
35
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-react-components - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

lib/form-input.js

@@ -21,4 +21,4 @@ 'use strict';

var FormInput = function (_React$Component) {
_inherits(FormInput, _React$Component);
var FormInput = function (_React$PureComponent) {
_inherits(FormInput, _React$PureComponent);

@@ -148,3 +148,3 @@ function FormInput() {

return FormInput;
}(React.Component);
}(React.PureComponent);

@@ -151,0 +151,0 @@ FormInput.propTypes = {

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-components",
"version": "2.0.0",
"version": "2.0.1",
"repository": {

@@ -10,0 +10,0 @@ "type": "git",

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

*/
class FormInput extends React.Component {
class FormInput extends React.PureComponent {

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