@lskjs/colors
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.10
{ | ||
"name": "@lskjs/colors", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.10", | ||
"description": "Yet another colors library – like picocolors but with for browser too", | ||
@@ -14,3 +14,3 @@ "author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)", | ||
"dependencies": { | ||
"@lskjs/env": "3.0.0-alpha.4" | ||
"@lskjs/env": "^3.0.0-alpha.10" | ||
}, | ||
@@ -25,14 +25,10 @@ "publishConfig": { | ||
".": { | ||
"default": "./lib/index.js", | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs", | ||
"node": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./*": { | ||
"default": "./lib/*.js", | ||
"require": "./lib/*.js", | ||
"import": "./lib/*.mjs", | ||
"node": "./lib/*.js", | ||
"types": "./lib/*.d.ts" | ||
"types": "./lib/*.d.ts", | ||
"default": "./lib/*.js" | ||
} | ||
@@ -66,3 +62,3 @@ }, | ||
], | ||
"gitHead": "5f9efd957da88f515074b7c05111d711d3128b0f" | ||
"gitHead": "7a41ea3b5002b384dfe95b5fe4f1fbb104a0c145" | ||
} |
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
0
83447
+ Added@lskjs/env@3.18.0(transitive)
- Removed@lskjs/env@3.0.0-alpha.4(transitive)
- Removed@lskjs/lodash@3.18.0(transitive)
- Removed@lskjs/tty@3.2.2(transitive)
- Removedtty@1.0.1(transitive)
Updated@lskjs/env@^3.0.0-alpha.10