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

@potok/forms

Package Overview
Dependencies
Maintainers
6
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potok/forms - npm Package Compare versions

Comparing version 0.0.55 to 0.0.56

15

components/Input/Input.jsx

@@ -86,10 +86,3 @@ // @flow

render() {
const {
name,
placeholder,
disabled,
className,
leftAddon,
rightAddon,
} = this.props;
const { className, leftAddon, rightAddon, ...inputProps } = this.props;
const { value, focused } = this.state;

@@ -101,7 +94,5 @@

<InputStyled
name={name || undefined}
type="text"
{...inputProps}
value={value}
type="text"
placeholder={placeholder}
disabled={disabled}
onChange={this.handleChange}

@@ -108,0 +99,0 @@ onFocus={this.handleFocus}

2

package.json
{
"name": "@potok/forms",
"version": "0.0.55",
"version": "0.0.56",
"description": "Potok.io UI Kit Form Components",

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