Socket
Socket
Sign inDemoInstall

@kaizen/design-tokens

Package Overview
Dependencies
Maintainers
0
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/design-tokens - npm Package Compare versions

Comparing version 10.5.3 to 10.6.0

dist/cjs/index.cjs

5

js/package.json
{
"main": "../dist/js/index.js",
"types": "../dist/js/index.d.ts"
"main": "../dist/cjs/js/tokens.cjs",
"module": "../dist/esm/js/tokens.mjs",
"types": "../dist/types/js/index.d.ts"
}

32

package.json
{
"name": "@kaizen/design-tokens",
"description": "Tokens used in the Kaizen Design System",
"version": "10.5.3",
"version": "10.6.0",
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",

@@ -20,8 +20,17 @@ "repository": {

],
"main": "dist/index.js",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"private": false,
"license": "MIT",
"sideEffects": false,
"sideEffects": true,
"dependencies": {
"lodash.kebabcase": "^4.1.1"
},
"devDependencies": {
"@types/color-string": "^1.5.5",
"@types/lodash.flatmap": "^4.5.9",
"@types/lodash.kebabcase": "^4.1.9",
"@types/react-highlight": "^0.12.8",
"color-string": "^1.9.1",
"json-to-flat-sass": "^1.0.0",

@@ -32,13 +41,12 @@ "lodash.flatmap": "^4.5.0",

"prettier": "*",
"react": "^18.3.1",
"react-highlight": "^0.15.0",
"react-map-interaction": "^2.1.0",
"tsx": "^4.17.0"
"rollup": "^4.20.0",
"tslib": "^2.6.3",
"tsx": "^4.17.0",
"@kaizen/package-bundler": "1.1.4"
},
"dependencies": {
"@types/color-string": "^1.5.5",
"@types/lodash.kebabcase": "^4.1.9",
"color-string": "^1.9.1",
"lodash.kebabcase": "^4.1.1"
},
"peerDependencies": {
"react": ">=16 || ^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0"
},

@@ -51,3 +59,3 @@ "scripts": {

"build:json": "tsx ./bin/buildCssVarTokens.ts",
"build:ts": "tsc --project tsconfig.dist.json",
"build:ts": "pnpm package-bundler build",
"build:less": "json-to-flat-sass './tokens/*.json' 'less' --extension 'less' --caseType 'kebab' && prettier less/* --write",

@@ -54,0 +62,0 @@ "build:sass": "json-to-flat-sass './tokens/*.json' 'sass' --extension 'scss' --caseType 'kebab' && prettier sass/* --write",

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