Socket
Socket
Sign inDemoInstall

simple-color-picker

Package Overview
Dependencies
17
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

2

index.js

@@ -97,3 +97,5 @@ 'use strict';

this.$saturation.removeEventListener('mousedown', this._onSaturationMouseDown);
this.$saturation.removeEventListener('touchstart', this._onSaturationMouseDown);
this.$hue.removeEventListener('mousedown', this._onHueMouseDown);
this.$hue.removeEventListener('touchstart', this._onHueMouseDown);
this._onSaturationMouseUp();

@@ -100,0 +102,0 @@ this._onHueMouseUp();

2

package.json
{
"name": "simple-color-picker",
"version": "0.0.8",
"version": "0.0.9",
"description": "Simple Color picker in common.js.",

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

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