Socket
Socket
Sign inDemoInstall

mobx-input

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-input - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

lib/mobx-input.js

@@ -20,3 +20,3 @@ "use strict";

return React.createElement("div", {className: "form-group " + (props.validationState ? 'has-error' : '')},
React.createElement("label", {for: props.id, className: 'control-label'}, props.label),
React.createElement("label", {htmlFor: props.id, className: 'control-label'}, props.label),
props.componentClass === 'textarea' ?

@@ -23,0 +23,0 @@ React.createElement("textarea", {id: props.id, className: 'form-control', placeholder: props.placeholder, value: props.value, onChange: props.changeHandler})

{
"name": "mobx-input",
"version": "0.0.15",
"version": "0.0.16",
"description": "Form library for MobX, with observable state and validations",

@@ -5,0 +5,0 @@ "main": "lib/mobx-input.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