colors-convert
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "colors-convert", | ||
"version": "1.2.3", | ||
"description": "", | ||
"version": "1.2.4", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "https://github.com/ilariaventurini/colors-convert.git", | ||
"author": "Ilaria Venturini <venturini.ila@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ilariaventurini/colors-convert.git" | ||
}, | ||
"author": { | ||
"name": "Ilaria Venturini", | ||
"email": "venturini.ila@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"private": false, | ||
"keywords": [ | ||
@@ -13,13 +22,5 @@ "color", | ||
], | ||
"license": "MIT", | ||
"private": false, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.21", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"scripts": { | ||
@@ -35,13 +36,26 @@ "compile": "tsc", | ||
"prepublish": "rm -rf dist/ && tsc", | ||
"clean": "yarn format && yarn lint" | ||
"clean": "yarn format && yarn lint", | ||
"start:demo": "parcel demo/index.html", | ||
"build": "parcel build demo/index.html --out-dir demo-build" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"devDependencies": { | ||
"@types/jest": "^24.0.21", | ||
"@types/lodash": "^4.14.149", | ||
"codecov": "^3.6.5", | ||
"jest": "^24.9.0", | ||
"parcel-bundler": "^1.12.4", | ||
"prettier": "^1.18.2", | ||
"tachyons": "^4.11.1", | ||
"tachyons-extra": "^1.1.3", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
"dependencies": { | ||
"@babel/types": "^7.7.4", | ||
"@types/lodash": "^4.14.144", | ||
"@types/source-map": "^0.5.7", | ||
"d3-selection": "^1.4.1", | ||
"lodash": "^4.17.15" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# Colors convert 🍭🍬 | ||
# Colors convert 🍭 | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/212e852c-3d84-4f36-8a13-05f75d43cb13/deploy-status)](https://app.netlify.com/sites/colors-convert/deploys) | ||
A simple colors library. | ||
@@ -4,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3952740
193
0
12
+ Addedd3-selection@^1.4.1
+ Addedd3-selection@1.4.2(transitive)
- Removed@types/lodash@^4.14.144
- Removed@types/lodash@4.17.13(transitive)