Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

values.js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

values.js - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
/**
* values.js - Get the tints and shades of a color
* @version v1.0.1
* @version v1.0.2
* @link http://noeldelgado.github.io/Values.js/

@@ -319,2 +319,2 @@ * @license MIT

} else window.Values = Values;
})();
})();
{
"name": "values.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Get the tints and shades of a color",

@@ -13,5 +13,6 @@ "license": "MIT",

"test": "mocha",
"dev": "gulp"
"test:watch": "npm run test -- -w",
"dev": "npm run test:watch"
},
"files" : [
"files": [
"index.js"

@@ -30,5 +31,4 @@ ],

"devDependencies": {
"gulp": "^3.8.8",
"mocha": "^1.21.4"
}
}

@@ -21,3 +21,3 @@ ## Values.js

// node
var Values = require('Values.js');
var Values = require('values.js');

@@ -162,2 +162,8 @@ // browser

Values.Utils.isHSl('hsl(361,10%,10%)') => false
```
```
### Dev
```bash
npm install # install dev-dependencies
npm run dev # watch for changes and run tests
```
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