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.42 to 0.0.43

es/components/arrow/index.js

6

CHANGELOG.md
[Unreleased]
- No unreleased changes
[0.0.43]
- Deprecated `fullWidth` property on Button component
- Added an ES modules build to support tree-shaking
- Fix IE padding issue in TextInput

@@ -5,0 +11,0 @@ [0.0.42]

17

package.json
{
"name": "vcc-ui",
"version": "0.0.42",
"version": "0.0.43",
"license": "LicenseRef-LICENSE",
"main": "dist/index.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"sideEffects": false,
"files": [
"README.md",
"LICENSE",
"dist/**",
"assets/**"
"assets/**",
"lib/**",
"es/**"
],

@@ -19,3 +23,5 @@ "dependencies": {

"scripts": {
"build": "rm -r -f dist && babel src -d dist",
"build:es": "rm -rf es && babel src -d es",
"build:lib": "rm -rf lib && BABEL_ENV=commonjs babel src -d lib",
"build": "npm run build:es && npm run build:lib",
"check": "npm run eslint && npm run test",

@@ -35,2 +41,3 @@ "prepare": "npm run-script build",

"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/polyfill": "^7.0.0",

@@ -37,0 +44,0 @@ "@babel/preset-env": "^7.0.0",

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