New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

color-blend

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-blend - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

23

package.json
{
"name": "color-blend",
"version": "2.0.0",
"version": "2.0.1",
"description": "Blends RGBA colors with different blend modes",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"source": "src/index.js",
"keywords": [
"blend",
"color",
"colour",
"blend"
"colour"
],
"repository": "Loilo/color-blend",
"license": "MIT",
"author": "Florian Reuschel <florian@loilo.de>",
"files": [

@@ -19,5 +18,4 @@ "dist",

],
"author": "Florian Reuschel <florian@loilo.de>",
"license": "MIT",
"repository": "Loilo/color-blend",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {

@@ -34,3 +32,6 @@ "build": "microbundle --entry src/index.ts --output dist/index.js && microbundle --entry src/unit.ts --output unit/index.js",

"typescript": "^3.0.3"
}
},
"sideEffects": false,
"source": "src/index.js",
"umd:main": "dist/index.umd.js"
}
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