@lephenix47/color-converter
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@lephenix47/color-converter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "This is a versatile color conversion library for JavaScript. It provides a convenient way to convert color values between different color models, including RGB, HEX, HSL, HWB, and HSV. With @lephenix47/color-converter, you can effortlessly convert colors, normalize them to a consistent format, and retrieve color values in various color models.", | ||
@@ -18,3 +18,3 @@ "main": "dist/lib/es6/index.js", | ||
"files": [ | ||
"lib" | ||
"lib/**/*" | ||
], | ||
@@ -33,6 +33,4 @@ "keywords": [ | ||
"ts-loader": "^9.4.3", | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.85.1", | ||
"webpack-cli": "^5.1.3" | ||
"typescript": "^5.1.3" | ||
} | ||
} |
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
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
2
1
4645