Socket
Socket
Sign inDemoInstall

react-bootstrap4-form-validation

Package Overview
Dependencies
8
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

2

lib/index.js

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

return _react2.default.createElement(
'div',
_react2.default.Fragment,
null,

@@ -274,0 +274,0 @@ multiline ? _react2.default.createElement('textarea', _extends({ className: this.props.className }, domProps, { ref: this.inputRef, onChange: this.handleChange, onBlur: this.handleBlur })) : _react2.default.createElement('input', _extends({ className: this.props.className }, domProps, { ref: this.inputRef, onChange: this.handleChange, onBlur: this.handleBlur })),

{
"name": "react-bootstrap4-form-validation",
"version": "1.0.9",
"version": "1.0.10",
"description": "Simple React Components for form validation. Based on HTML5 Constraint validation API and Bootstrap4 style.",

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

@@ -0,0 +0,0 @@ # React Bootstrap4 Form Validation

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc