Socket
Socket
Sign inDemoInstall

@uiw/react-color-swatch

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-swatch - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

3

cjs/index.js

@@ -31,3 +31,4 @@ "use strict";

var rectStyle = (0, _objectSpread2["default"])({
background: 'rgb(144, 19, 254)',
'--swatch-background-color': 'rgb(144, 19, 254)',
background: 'var(--swatch-background-color)',
height: 15,

@@ -34,0 +35,0 @@ width: 15,

@@ -23,3 +23,4 @@ import _extends from "@babel/runtime/helpers/extends";

var rectStyle = _extends({
background: 'rgb(144, 19, 254)',
'--swatch-background-color': 'rgb(144, 19, 254)',
background: 'var(--swatch-background-color)',
height: 15,

@@ -26,0 +27,0 @@ width: 15,

{
"name": "@uiw/react-color-swatch",
"version": "1.2.4",
"version": "1.3.0",
"description": "Color swatch component for React.",

@@ -38,3 +38,3 @@ "homepage": "https://uiwjs.github.io/react-color/#/swatch",

"dependencies": {
"@uiw/color-convert": "1.2.4"
"@uiw/color-convert": "1.3.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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