Socket
Socket
Sign inDemoInstall

vcc-ui

Package Overview
Dependencies
Maintainers
12
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 3.1.0 to 3.1.1

3

dist/components/text/index.d.ts

@@ -1,1 +0,2 @@

export * from './text';
export { Text } from './text';
export type { TextProps, TextUniqueProps } from './types';

@@ -6,14 +6,9 @@ "use strict";

});
Object.defineProperty(exports, "Text", {
enumerable: true,
get: function () {
return _text.Text;
}
});
var _text = require("./text");
Object.keys(_text).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _text[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _text[key];
}
});
});
var _text = require("./text");

@@ -1,1 +0,1 @@

export * from './text';
export { Text } from './text';
{
"name": "vcc-ui",
"version": "3.1.0",
"version": "3.1.1",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "description": "A React library for building user interfaces at Volvo Cars",

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