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.3

8

index.js

@@ -559,3 +559,9 @@ const React = require('react');

(
value === '' && <option value="">{' '}</option>,
value === '' && React.createElement(
'option',
{
value: '',
},
' ',
),
props.children

@@ -562,0 +568,0 @@ )

2

package.json
{
"name": "webmotors-webinput",
"version": "1.0.2",
"version": "1.0.3",
"description": "Component Webmotors Web Input types",

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