tinycolor2
Advanced tools
Comparing version 1.4.2 to 1.5.0
{ | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"name": "tinycolor2", | ||
@@ -17,14 +17,22 @@ "description": "Fast Color Parsing and Manipulation", | ||
"author": "Brian Grinstead <briangrinstead@gmail.com> (http://briangrinstead.com)", | ||
"main": "./tinycolor.js", | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bgrins/TinyColor/issues" | ||
}, | ||
"module": "./esm/tinycolor.js", | ||
"main": "./cjs/tinycolor.js", | ||
"exports": { | ||
".": { | ||
"import": "./esm/tinycolor.js", | ||
"require": "./cjs/tinycolor.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "node cjs/test.js && node esm/test.js" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-concat": "~0.1.3", | ||
"grunt-contrib-jshint": "~0.1.1", | ||
"grunt-contrib-qunit": "^4.0.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-docco": "~0.2.0" | ||
"@deno/shim-deno-test": "^0.4.0" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1
6502
0
185544
9
1
0