New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zendeskgarden/css-variables

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/css-variables - npm Package Compare versions

Comparing version 6.4.6 to 6.4.7

LICENSE.md

4

dist/index.js

@@ -38,3 +38,3 @@ /**

zdColorKale400: '#90bbbb',
zdColorKale500: '#467b7c',
zdColorKale500: '#498283',
zdColorKale600: '#17494d',

@@ -108,3 +108,3 @@ zdColorKale700: '#03363d',

zdColorGatherPink: '#f6c8be',
zdColorGuidePink: '#ff6224',
zdColorGuidePink: '#eb4962',
zdColorMessageGreen: '#37b8af',

@@ -111,0 +111,0 @@ zdColorSellGold: '#c38f00',

@@ -31,3 +31,3 @@ {

"zd-color-kale-400": "#90bbbb",
"zd-color-kale-500": "#467b7c",
"zd-color-kale-500": "#498283",
"zd-color-kale-600": "#17494d",

@@ -101,3 +101,3 @@ "zd-color-kale-700": "#03363d",

"zd-color-gather-pink": "#f6c8be",
"zd-color-guide-pink": "#ff6224",
"zd-color-guide-pink": "#eb4962",
"zd-color-message-green": "#37b8af",

@@ -104,0 +104,0 @@ "zd-color-sell-gold": "#c38f00",

@@ -38,3 +38,3 @@ /**

zdColorKale400: '#90bbbb',
zdColorKale500: '#467b7c',
zdColorKale500: '#498283',
zdColorKale600: '#17494d',

@@ -108,3 +108,3 @@ zdColorKale700: '#03363d',

zdColorGatherPink: '#f6c8be',
zdColorGuidePink: '#ff6224',
zdColorGuidePink: '#eb4962',
zdColorMessageGreen: '#37b8af',

@@ -111,0 +111,0 @@ zdColorSellGold: '#c38f00',

{
"name": "@zendeskgarden/css-variables",
"version": "6.4.6",
"version": "6.4.7",
"description": "Garden component CSS",

@@ -19,9 +19,9 @@ "license": "Apache-2.0",

"format": "prettier-package-json --write",
"lint": "yarn lint:css && yarn lint:js && yarn lint:json && yarn lint:sass",
"lint": "npm run lint:css && npm run lint:js && npm run lint:json && npm run lint:sass",
"lint:css": "stylelint dist/index.css",
"lint:js": "eslint scripts/*.js src/*.js dist/*.js",
"lint:js": "eslint scripts/*.js src/*.js dist/*.js --max-warnings 0",
"lint:json": "jsonlint dist/index.json -q",
"lint:sass": "stylelint --config .sasslintrc dist/index.scss",
"test": "yarn build && yarn lint",
"watch": "watch 'yarn build' src --interval=.1"
"test": "npm run build && npm run lint",
"watch": "watch 'npm run build' src --interval=.1"
},

@@ -37,3 +37,4 @@ "keywords": [

},
"style": "dist/index.css"
"style": "dist/index.css",
"gitHead": "db2fd512d2598fad3edabd5ed5409b19d2d9fcab"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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