New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

colorfactory

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorfactory - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

2

LICENSE.txt
The MIT License (MIT)
Copyright (c) 2012 - 2014 Timo Tijhof
Copyright (c) 2012 - 2018 Timo Tijhof
Copyright (c) 2010 - 2012 Andrew J. Peterson, NDP Software

@@ -5,0 +5,0 @@

{
"name": "colorfactory",
"version": "0.2.0",
"version": "1.0.0",
"description": "Awesome methods for working with colors in javascript.",

@@ -25,3 +25,7 @@ "keywords": [

],
"main": "./index.js",
"main": "index.js",
"files": [
"index.js",
"src/"
],
"repository": {

@@ -35,8 +39,8 @@ "type": "git",

"devDependencies": {
"eslint": "4.3.0",
"karma": "1.7.0",
"eslint": "5.11.1",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "^1.0.1",
"karma-qunit": "1.2.1",
"qunitjs": "2.4.0"
"karma-cli": "2.0.0",
"karma-qunit": "2.1.0",
"qunit": "2.8.0"
},

@@ -43,0 +47,0 @@ "eslintIgnore": [

@@ -10,18 +10,15 @@ [![Build Status](https://travis-ci.org/Krinkle/node-colorfactory.svg?branch=master)](https://travis-ci.org/Krinkle/node-colorfactory) [![npm](https://img.shields.io/npm/v/colorfactory.svg?style=flat)](https://www.npmjs.com/package/colorfactory)

This module is available as an [npm](http://npmjs.org/) package! Install it right away:
```bash
<pre lang="bash">
npm install colorfactory
```
</pre>
Clone the repo, `git clone --recursive https://github.com/Krinkle/node-colorfactory.git`.
Versioning
----------
We use the Semantic Versioning guidelines as much as possible.
This package follows Semantic Versioning guidelines. Releases use the following format:
Releases will be numbered in the following format:
`<major>.<minor>.<patch>`
For more information on SemVer, please visit http://semver.org/.
For more information, please visit <https://semver.org/>.

@@ -28,0 +25,0 @@ Bug tracker

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