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

@eaze/color

Package Overview
Dependencies
Maintainers
24
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/color - npm Package Compare versions

Comparing version 0.0.22 to 1.0.0

57

dist/index.js

@@ -1,1 +0,56 @@

!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.ReactColor=t():e.ReactColor=t()}(this,function(){return function(e){function t(o){if(r[o])return r[o].exports;var n=r[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,t),n.l=!0,n.exports}var r={};return t.m=e,t.c=r,t.d=function(e,r,o){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="dist/",t(t.s=0)}([function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={primary:{1:"#00AAE7",2:"#5CC9F0",3:"#66CCF1",4:"#99DDF5",5:"#CCEEFA"},cbd:{1:"#9360A8",2:"#A980B9",3:"#BEA0CB",4:"#D4BFDC",5:"#E9DFEE"},hybrid:{1:"#42BC97",2:"#68C9AC",3:"#8ED7C1",4:"#B3E4D5",5:"#D9F2EA"},sativa:{1:"#FACA18",2:"#FBD546",3:"#FCDF74",4:"#FDEAA3",5:"#FEF4D1"},indica:{1:"#126CAB",2:"#4189BC",3:"#71A7CD",4:"#A0C4DD",5:"#D0E2EE"},danger:{1:"#F05B4B",2:"#F37C6F",3:"#F69D93",4:"#F9BDB7",5:"#FCDEDB"},accessory:{1:"#5C515A",2:"#817D80",3:"#D2CDCC",4:"#E9E3E1",5:"#FFF8F5"}}}])});
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
"primary": {
"1": "#00AAE7",
"2": "#5CC9F0",
"3": "#66CCF1",
"4": "#99DDF5",
"5": "#CCEEFA"
},
"cbd": {
"1": "#9360A8",
"2": "#A980B9",
"3": "#BEA0CB",
"4": "#D4BFDC",
"5": "#E9DFEE"
},
"hybrid": {
"1": "#42BC97",
"2": "#68C9AC",
"3": "#8ED7C1",
"4": "#B3E4D5",
"5": "#D9F2EA"
},
"sativa": {
"1": "#FACA18",
"2": "#FBD546",
"3": "#FCDF74",
"4": "#FDEAA3",
"5": "#FEF4D1"
},
"indica": {
"1": "#126CAB",
"2": "#4189BC",
"3": "#71A7CD",
"4": "#A0C4DD",
"5": "#D0E2EE"
},
"danger": {
"1": "#F05B4B",
"2": "#F37C6F",
"3": "#F69D93",
"4": "#F9BDB7",
"5": "#FCDEDB"
},
"accessory": {
"1": "#5C515A",
"2": "#817D80",
"3": "#D2CDCC",
"4": "#E9E3E1",
"5": "#FFF8F5"
}
};

10

package.json
{
"name": "@eaze/color",
"version": "0.0.22",
"version": "1.0.0",
"description": "Color component",

@@ -10,4 +10,4 @@ "main": "dist/index.js",

"scripts": {
"build": "webpack -p",
"build:watch": "webpack -w",
"build": "babel src -d ./dist",
"build:watch": "babel src --watch -d ./dist",
"prepare": "NODE_ENV=production npm run build"

@@ -25,7 +25,5 @@ },

"babel-core": "~6.25.0",
"babel-loader": "~7.1.2",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-2": "~6.24.1",
"webpack": "~3.5.5"
"babel-preset-stage-2": "~6.24.1"
},

@@ -32,0 +30,0 @@ "dependencies": {

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