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

colorformat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorformat - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

test/colorformat.js

11

package.json
{
"name": "colorformat",
"version": "1.2.2",
"version": "1.2.3",
"description": "Convert color format from RGB to HEX and vice versa",

@@ -17,3 +17,10 @@ "main": "index.js",

"author": "Maria Kousta",
"license": "MIT"
"license": "MIT",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}

@@ -43,1 +43,7 @@ # colorformat

**Note:** Supports [UMD](https://github.com/umdjs/umd) for easier browser use with the tools of your preference.
## How to run tests
```
npm test
```

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