Socket
Socket
Sign inDemoInstall

@commercetools-uikit/design-system

Package Overview
Dependencies
Maintainers
4
Versions
715
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/design-system - npm Package Compare versions

Comparing version 0.0.1 to 10.11.1-canary.68

LICENSE

17

package.json
{
"name": "@commercetools-uikit/design-system",
"version": "0.0.1",
"version": "10.11.1-canary.68+d78d8745",
"description": "",

@@ -11,8 +11,15 @@ "private": false,

"module": "dist/design-system.esm.js",
"files": [
"dist",
"materials"
],
"sideEffects": false,
"scripts": {
"prebuild": "rimraf dist/**",
"build": "rimraf dist && cross-env NODE_ENV=production rollup -c ../../rollup.config.js -i ./index.js"
"prebuild": "rimraf dist && yarn build:tokens",
"build": "cross-env NODE_ENV=production rollup -c ../rollup.config.js -i ./index.js",
"build:tokens": "node ./scripts/generate-custom-properties.js",
"build:tokens:watch": "nodemon -e yaml --quiet --watch materials/internals --exec 'yarn build:tokens'"
},
"author": "",
"license": "MIT"
"license": "MIT",
"gitHead": "d78d874568cadf294f0cbd38c300456f47b34653"
}
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