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

@emartech/ui-framework-colors

Package Overview
Dependencies
Maintainers
132
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/ui-framework-colors - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

16

index.js

@@ -5,3 +5,2 @@ const palette = require('./palette.json');

const namedColors = {
'text': palette.gray['900'],
'border': palette.gray['300'],

@@ -12,2 +11,6 @@ 'brand-a': palette.mint['500'],

'brand-d': palette.gray['500'],
'text': {
'default': palette.gray['900'],
'faint': palette.gray['400']
},
'success': {

@@ -23,3 +26,4 @@ ...palette.mint,

...palette.red,
'default': palette.red['500']
'default': palette.red['500'],
'faint': palette.red['300']
},

@@ -49,3 +53,2 @@ 'warning': {

const namedColorsSAP = {
'text': paletteSAP.gray['900'],
'border': paletteSAP.gray['300'],

@@ -56,2 +59,6 @@ 'brand-a': paletteSAP.mint['500'],

'brand-d': paletteSAP.gray['500'],
'text': {
'default': paletteSAP.gray['900'],
'faint': paletteSAP.gray['400']
},
'success': {

@@ -67,3 +74,4 @@ ...paletteSAP.mint,

...paletteSAP.red,
'default': paletteSAP.red['500']
'default': paletteSAP.red['500'],
'faint': paletteSAP.red['300']
},

@@ -70,0 +78,0 @@ 'warning': {

{
"name": "@emartech/ui-framework-colors",
"version": "2.1.0",
"version": "2.2.0",
"description": "UI Framework Colors",

@@ -5,0 +5,0 @@ "main": "index.js",

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