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

@kurkle/color

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kurkle/color - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/color.cjs

2

dist/color.esm.js
/*!
* @kurkle/color v0.2.1
* @kurkle/color v0.3.0
* https://github.com/kurkle/color#readme

@@ -4,0 +4,0 @@ * (c) 2022 Jukka Kurkela

/*!
* @kurkle/color v0.2.1
* @kurkle/color v0.3.0
* https://github.com/kurkle/color#readme

@@ -4,0 +4,0 @@ * (c) 2022 Jukka Kurkela

{
"name": "@kurkle/color",
"version": "0.2.1",
"type": "module",
"version": "0.3.0",
"description": "css color parsing, manupulation and conversion",
"main": "dist/color.js",
"main": "dist/color.cjs",
"module": "dist/color.esm.js",
"types": "dist/color.d.ts",
"exports": {
"types": "./dist/color.d.ts",
"import": "./dist/color.esm.js",
"require": "./dist/color.cjs"
},
"scripts": {

@@ -40,2 +46,3 @@ "build": "node util/copy_dist.js && rollup -c",

"devDependencies": {
"@rollup/plugin-terser": "^0.1.0",
"assert": "^2.0.0",

@@ -47,3 +54,3 @@ "benchmark": "^2.1.4",

"chroma-js": "^2.1.1",
"color-name": "^1.1.4",
"color-name": "^2.0.0",
"color-names": "^2.0.0",

@@ -61,13 +68,12 @@ "color-parse": "^1.4.2",

"perf_hooks": "0.0.1",
"rollup": "^2.41.2",
"rollup": "^3.5.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-istanbul": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.0",
"rollup-plugin-istanbul": "^4.0.0",
"rollup-plugin-visualizer": "^5.8.3",
"tinycolor2": "^1.4.2",
"typedoc": "^0.22.13",
"typescript": "^4.6.3",
"typedoc": "^0.23.21",
"typescript": "^4.9.3",
"util": "^0.12.3"
}
}

@@ -67,3 +67,3 @@ # @kurkle/color

**note** The docs are for the ESM module. UMD module only exports the [default export](https://kurkle.github.io/color/globals.html#_default)
**note** The docs are for the ESM module. UMD module only exports the [default export](https://kurkle.github.io/color/modules.html#default)

@@ -70,0 +70,0 @@ ## Benchmarks

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