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

@volue/design-colors

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volue/design-colors - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-1617645031145

dist/index.common.d.ts

14

package.json
{
"name": "@volue/design-colors",
"version": "1.0.0",
"version": "1.1.0-1617645031145",
"description": "Color primitives for Volue design primitives",

@@ -16,2 +16,4 @@ "license": "UNLICENSED",

"module": "dist/index.module.js",
"types": "dist/index.common.d.ts",
"sideEffects": false,
"files": [

@@ -25,11 +27,9 @@ "dist",

"lint": "eslint . --cache --fix --ext \".js,.ts\" --ignore-path ../../../.prettierignore",
"clean": "rimraf dist coverage ../../node_modules/@volue/design-colors",
"_theo": "theo --setup theo.setup.js --transform web --dest ../../node_modules/@volue/design-colors/dist",
"clean": "rimraf dist coverage",
"_theo": "theo --setup theo.setup.js --transform web --dest dist",
"prebuild": "npm run clean",
"postbuild": "cpy package.json ../../node_modules/@volue/design-colors",
"build:tokens": "npm run _theo -s -- --format scss,json,common.js,module.js,custom-properties.css,cssmodules.css,html src/index.yml",
"build:tokens": "npm run _theo -s -- --format scss,json,common.js,common.d.ts,module.js,module.d.ts,custom-properties.css,cssmodules.css,html src/index.yml",
"build:backgroundFills": "npm run _theo -s -- --format withTextColors.json,html src/backgroundFills.yml",
"build:textColors": "npm run _theo -s -- --format json,html src/textColors.yml",
"build": "run-p build:*",
"prepublishOnly": "rimraf dist && cpy \"@volue/design-colors/dist/**/*\" .. --cwd=../../node_modules --parents"
"build": "run-p build:*"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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