New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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.149981108

2

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

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

@@ -24,3 +24,7 @@ import React from 'react';

});
e.fileContent = reader.result;
}
if (file !== undefined) {
reader.readAsDataURL(file);
// Attach the file and its contents to the event.

@@ -32,10 +36,3 @@ e.file = file;

this.props.handleChange(e);
}
if (file !== undefined) {
reader.readAsDataURL(file);
}
}

@@ -42,0 +39,0 @@

Sorry, the diff of this file is too big to display