Socket
Socket
Sign inDemoInstall

color

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

index.js

@@ -42,3 +42,3 @@ 'use strict';

if (typeof obj === 'undefined') {
if (obj == null) { // eslint-disable-line no-eq-null,eqeqeq
this.model = 'rgb';

@@ -45,0 +45,0 @@ this.color = [0, 0, 0];

{
"name": "color",
"version": "3.1.1",
"version": "3.1.2",
"description": "Color conversion and manipulation with CSS string support",

@@ -5,0 +5,0 @@ "keywords": [

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