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

react-input

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

dist/input.js

@@ -35,3 +35,3 @@ 'use strict';

_react2.default.createElement('input', _extends({}, props, {
id: props.name,
id: props.id,
className: 'input',

@@ -38,0 +38,0 @@ onChange: handleChange

{
"name": "react-input",
"version": "4.0.2",
"version": "4.0.3",
"description": "Easy forms for React",

@@ -5,0 +5,0 @@ "main": "dist/form.js",

@@ -23,3 +23,3 @@ import React, { Component, PropTypes } from 'react';

{...props}
id={props.name}
id={props.id}
className="input"

@@ -26,0 +26,0 @@ onChange={handleChange}

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