Socket
Socket
Sign inDemoInstall

@symbo.ls/image-color-picker

Package Overview
Dependencies
2
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.12.45 to 2.12.46

7

index.js

@@ -11,4 +11,4 @@ 'use strict'

const { node } = el
const pallete = colorThief.getPalette(node, 5)
const values = pallete.map(v => '#' + rgbArrayToHex(v))
const palette = colorThief.getPalette(node, 5)
const values = palette.map(v => '#' + rgbArrayToHex(v))
s.update({ values })

@@ -19,7 +19,10 @@ }

if: ({ state }) => state.poster?.src,
extend: 'LoadingGifSection',
props: {
animation: 'fadeIn',
position: 'absolute',
inset: '0 0 0 0',
width: 'I',
theme: 'modalFade',
height: 'H',

@@ -26,0 +29,0 @@ borderRadius: 'A',

{
"name": "@symbo.ls/image-color-picker",
"author": "symbo.ls",
"version": "2.12.45",
"version": "2.12.46",
"repository": "https://github.com/symbo-ls/smbls",

@@ -14,3 +14,3 @@ "main": "index.js",

},
"gitHead": "e9a7ceb7a639e0f866688f8375228a8dcc6f2ac9"
"gitHead": "a7944fced1ebc105da3a0fac143e90f4d0a88ecc"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc