🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jscolor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscolor - npm Package Compare versions

Comparing version

to
0.2.0

.npmignore

24

package.json
{
"name": "jscolor",
"version": "0.1.2",
"version": "0.2.0",
"description": "Super simple color manipulation using getters and setters",
"main": "index.js",
"main": "./dist/index.js",
"keywords": [

@@ -18,5 +18,2 @@ "es6",

],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -31,3 +28,18 @@ "type": "git",

},
"homepage": "https://github.com/robertgonzales/jscolor#readme"
"homepage": "https://github.com/robertgonzales/jscolor#readme",
"devDependencies": {
"babel-cli": "^6.6.4",
"babel-core": "^6.7.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.23.0"
},
"scripts": {
"prepublish": "babel --plugins=transform-es2015-modules-umd,transform-class-properties src --out-dir ./dist"
}
}

Sorry, the diff of this file is not supported yet