Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,13 @@ | ||
<a name="4.0.2"></a> | ||
## 4.0.2 (2018-05-22) | ||
* Add copy clipboard button ([adff40f](https://github.com/achojs/acho/commit/adff40f)) | ||
* Update package.json ([6fe0c0f](https://github.com/achojs/acho/commit/6fe0c0f)) | ||
* Update README.md ([81f63fe](https://github.com/achojs/acho/commit/81f63fe)) | ||
* Update style.css ([8bc613e](https://github.com/achojs/acho/commit/8bc613e)) | ||
* Update style.css ([d54abd4](https://github.com/achojs/acho/commit/d54abd4)) | ||
* fix(package): update chalk to version 2.4.0 ([4f1a7b0](https://github.com/achojs/acho/commit/4f1a7b0)) | ||
<a name="4.0.1"></a> | ||
@@ -2,0 +14,0 @@ ## 4.0.1 (2017-12-24) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://acho.js.org", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "./lib/Acho.js", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"dependencies": { | ||
"chalk": "~2.3.0", | ||
"chalk": "~2.4.0", | ||
"fmt-obj": "~2.0.0", | ||
@@ -39,2 +39,3 @@ "pretty-ms": "~3.1.0", | ||
"coveralls": "latest", | ||
"docsify-cli": "latest", | ||
"git-dirty": "latest", | ||
@@ -51,3 +52,3 @@ "husky": "latest", | ||
"engines": { | ||
"node": ">= 4" | ||
"node": ">= 6" | ||
}, | ||
@@ -54,0 +55,0 @@ "files": [ |
@@ -13,3 +13,3 @@ # acho | ||
# Features | ||
## Features | ||
@@ -16,0 +16,0 @@ * Different log levels skins. |
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
48238
0
11
+ Addedchalk@2.4.2(transitive)
- Removedchalk@2.3.2(transitive)
Updatedchalk@~2.4.0