Socket
Socket
Sign inDemoInstall

onecolor

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onecolor - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/one/color.js
/*global one*/
one.include('js:one.js');
one.include('lib:one.js');

@@ -4,0 +4,0 @@ /**

// This file is purely for the build system
one.include('js:one/color/HSV.js');
one.include('js:one/color/HSL.js');
//one.include('js:one/color/CMYK.js');
one.include('lib:one/color/HSV.js');
one.include('lib:one/color/HSL.js');
//one.include('lib:one/color/CMYK.js');

@@ -6,0 +6,0 @@ if (typeof module !== 'undefined') {

/*global one*/
one.include('js:one/color.js');
one.include('lib:one/color.js');

@@ -4,0 +4,0 @@ /**

/*global one*/
one.include('js:one/color.js');
one.include('lib:one/color.js');
one.include('js:one/color/HSV.js');
one.include('lib:one/color/HSV.js');

@@ -6,0 +6,0 @@ /**

/*global one*/
one.include('js:one/color.js');
one.include('lib:one/color.js');

@@ -4,0 +4,0 @@ /**

/*global one*/
one.include('js:one/color.js');
one.include('lib:one/color.js');

@@ -4,0 +4,0 @@ /**

@@ -5,3 +5,3 @@ {

"repository": "git@github.com:One-com/one-color.git",
"version": "2.0.2",
"version": "2.0.3",
"maintainers": [

@@ -30,3 +30,5 @@ {

"main": "one-color-debug.js",
"prepublish": "make"
"scripts": {
"prepublish": "make"
}
}

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