Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.0-experimental-abc5d2b-20220419 to 3.0.0-experimental-f80b33d-20220520

dist/components/block/block.d.ts

75

package.json
{
"name": "vcc-ui",
"version": "3.0.0-experimental-abc5d2b-20220419",
"version": "3.0.0-experimental-f80b33d-20220520",
"license": "UNLICENSED",
"description": "A React library for building user interfaces at Volvo Cars",
"main": "lib/index.js",
"module": "es/index.js",
"exports": {
".": {
"browser": "./es/index.js",
"import": "./es/index.js",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public",
"directory": "./package",
"main": "lib/index.js",
"module": "es/index.js",
"exports": {
".": {
"browser": "./es/index.js",
"import": "./es/index.js",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
}
"access": "public"
},

@@ -34,18 +16,18 @@ "sideEffects": false,

"LICENSE",
"lib/**",
"es/**",
"docs"
"dist/**"
],
"scripts": {
"build": "yarn run build:es && yarn run build:lib && yarn run build:docs && yarn run copy-types",
"build:es": "rm -rf es && tsc -p tsconfig.build.json && babel src -d es --extensions '.ts,.tsx,.js,.jsx'",
"build:lib": "rm -rf lib && tsc -p tsconfig.build.json --outDir lib && cross-env BABEL_ENV=commonjs babel src -d lib --extensions '.ts,.tsx,.js,.jsx'",
"test": "yarn run -T test packages/vcc-ui",
"watch": "yarn run watch:lib & yarn run watch:es",
"watch:lib": "cross-env BABEL_ENV=commonjs babel src -d lib -w",
"watch:es": "babel src -d es -w",
"build": "yarn run build:cjs && yarn run build:esm && yarn run build:dts",
"build:esm": "babel src -d dist/esm --extensions '.ts,.tsx,.js,.jsx'",
"build:cjs": "BABEL_ENV=commonjs babel src -d dist --extensions '.ts,.tsx,.js,.jsx'",
"build:dts": "tsc -p tsconfig.build.json && cpx \"src/**/*.d.ts\" dist",
"build:prod": "rm -rf dist && yarn build",
"test": "yarn run -T jest packages/vcc-ui",
"dev": "yarn run watch:cjs & yarn run watch:esm",
"watch:cjs": "BABEL_ENV=commonjs babel src -d dist -w",
"watch:esm": "babel src -d dist/esm -w",
"build:docs": "node scripts/build-docs.js",
"pre-publish": "rm -rf dist lib es docs && yarn build",
"copy-types": "cpx \"src/**/*.d.ts\" lib && cpx \"src/**/*.d.ts\" es",
"check-types": "tsc"
"check-types": "tsc",
"clean": "rm -rf .turbo dist docs",
"prepack": "yarn run build:prod"
},

@@ -83,23 +65,22 @@ "dependencies": {

"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/cli": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-transform-modules-commonjs": "7.17.9",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@storybook/react": "6.4.22",
"@types/react": "17.0.44",
"@volvo-cars/browserslist-config": "^1.1.0",
"@types/react": "17.0.45",
"@volvo-cars/browserslist-config": "workspace:*",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.2.4",
"babel-loader": "8.2.5",
"babel-plugin-require-context-hook": "1.0.0",
"chromatic-cli": "1.0.0",
"core-js": "3.22.0",
"core-js": "3.22.5",
"cpx": "1.5.0",
"cross-env": "7.0.3",
"fela-monolithic": "12.1.1",
"fs-extra": "10.1.0",
"glob": "7.2.0",
"glob": "8.0.3",
"jsdom": "19.0.0",

@@ -112,4 +93,4 @@ "prop-types": "15.8.1",

"shelljs": "0.8.5",
"typescript": "4.6.3",
"vcc-ui-testing": "2.13.0"
"typescript": "4.6.4",
"vcc-ui-testing": "workspace:*"
},

@@ -116,0 +97,0 @@ "browserslist": [

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