Socket
Socket
Sign inDemoInstall

colornary

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

.babelrc

55

package.json
{
"name": "colornary",
"version": "0.1.0",
"description": "[PLACEHOLDER / UNDER DEVELOPMENT]: A lightweight, independent library for manipulating colors.",
"main": "index.js",
"version": "0.1.1",
"description": "A javscript library for manipulating/converting colors.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build:node": "babel src -d build",
"build:umd": "webpack --output-filename colornary.js",
"build:umd.min": "webpack --output-filename colornary.min.js -p",
"build": "npm-run-all --parallel build:*",
"prebuild": "rm -rf build",
"lint": "eslint src test",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/Charliekenney23/colornary.git"
},
"keywords": [
"color",
"convertor",
"colors",
"css",
"hsl",
"rgb",
"hex",
"rgb",
"rgba",
"hsl",
"hsla",
"predifined-colors"
"json"
],
"author": "Charles Kenney",
"license": "MIT"
"author": "Charles Kenney <me@charleskenney.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Charliekenney23/colornary/issues"
},
"homepage": "https://github.com/Charliekenney23/colornary#readme",
"engines": {
"node": ">= 0.10"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"eslint": "^4.4.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"mocha": "^3.5.0",
"npm-run-all": "^4.0.2",
"webpack": "^3.5.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc