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

colors-convert

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colors-convert - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

52

package.json
{
"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 @@

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