color-blend
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
139098
0