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

webmotors-webinput

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmotors-webinput - npm Package Compare versions

Comparing version

to
1.0.6

22

index.js

@@ -628,15 +628,13 @@ const React = require('react');

},
(
console.log(this.renderPlaceholder()),
React.createElement(
'div',
{
className: 'inputtext__input',
ref: this.input,
id: this.state.id,
},
value
),
this.renderDescription()
this.renderPlaceholder(),
React.createElement(
'div',
{
className: 'inputtext__input',
ref: this.input,
id: this.state.id,
},
value
),
this.renderDescription()
)

@@ -643,0 +641,0 @@ )

{
"name": "webmotors-webinput",
"version": "1.0.5",
"version": "1.0.6",
"description": "Component Webmotors Web Input types",

@@ -5,0 +5,0 @@ "dependencies" : {