🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wvi-test-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wvi-test-ui-components - npm Package Compare versions

Comparing version

to
0.0.14998186

2

package.json
{
"name": "wvi-test-ui-components",
"version": "0.0.14998185",
"version": "0.0.14998186",
"description": "React component library for WVI",

@@ -5,0 +5,0 @@ "main": "src/dist/ui.js",

@@ -26,2 +26,3 @@ import React from 'react';

value={value}
// value={props.value}
onChange={props.handleChange}

@@ -28,0 +29,0 @@ placeholder={props.settings.placeholder}

@@ -40,3 +40,3 @@ // Define some dummy JSON objects which will be later requested from the API.

type: 'text',
value: 'Pavel',
value: '',
settings: {

@@ -46,2 +46,3 @@ required: true,

placeholder: 'John Smith',
defaultValue: 'John Smith Default',
maxLength: 20,

@@ -48,0 +49,0 @@ errorMessage: "The field should not exceed @maxLength characters DE",