Socket
Socket
Sign inDemoInstall

vcc-ui

Package Overview
Dependencies
Maintainers
8
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcc-ui - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

4

CHANGELOG.md

@@ -5,2 +5,6 @@ [Unreleased]

[0.0.44]
- Revert fix IE padding issue in TextInput
[0.0.43]

@@ -7,0 +11,0 @@

2

es/components/text-input/index.js

@@ -27,3 +27,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

margin: "0",
padding: "0 24px",
padding: "18px 24px",
border: "1px solid #f0f0f0",

@@ -30,0 +30,0 @@ color: "#333",

@@ -40,3 +40,3 @@ "use strict";

margin: "0",
padding: "0 24px",
padding: "18px 24px",
border: "1px solid #f0f0f0",

@@ -43,0 +43,0 @@ color: "#333",

{
"name": "vcc-ui",
"version": "0.0.43",
"version": "0.0.44",
"license": "LicenseRef-LICENSE",

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