@ptkdev/logger
Advanced tools
Comparing version 1.7.2 to 1.8.0
@@ -0,46 +1,60 @@ | ||
# v1.8.0 (August 30, 2021) | ||
- Fix: lowdb esm | ||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
# v1.7.2 (August 19, 2020) | ||
* Fix: Typescript export module | ||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
- Fix: Typescript export module | ||
# v1.7.1 (August 19, 2020) | ||
* Fix: Typescript typization issues (#7) | ||
- Fix: Typescript typization issues (#7) | ||
# v1.7.0 (August 05, 2020) | ||
* Feature: typescript typization (Thanks: Giovanni Cardamone) | ||
- Feature: typescript typization (Thanks: Giovanni Cardamone) | ||
# v1.6.0 (May 24, 2020) | ||
* Fix: info color (default palette) changed from #2ECC71 to #4CAF50 | ||
* Fix: docs url with custom pallette | ||
* Fix: stackoverflow url with custom pallette | ||
- Fix: info color (default palette) changed from #2ECC71 to #4CAF50 | ||
- Fix: docs url with custom pallette | ||
- Fix: stackoverflow url with custom pallette | ||
# v1.5.0 (May 20, 2020) | ||
* Feature: logrotate | ||
* Feature: palette: customize colors | ||
- Feature: logrotate | ||
- Feature: palette: customize colors | ||
# v1.4.0 (May 11, 2020) | ||
* Translations: ๐ซ๐ท (Thanks: Sylvain Tรฉchenรฉ) | ||
- Translations: ๐ซ๐ท (Thanks: Sylvain Tรฉchenรฉ) | ||
# v1.3.0 (May 07, 2020) | ||
* Translations: ๐ท๐บ ๐ฉ๐ช (Thanks: Alina Osv) | ||
- Translations: ๐ท๐บ ๐ฉ๐ช (Thanks: Alina Osv) | ||
# v1.2.0 (May 06, 2020) | ||
* Fix: security patch | ||
* Translations: ๐ช๐ธ ๐ต๐น (Thanks: Bruno Kummel) | ||
- Fix: security patch | ||
- Translations: ๐ช๐ธ ๐ต๐น (Thanks: Bruno Kummel) | ||
# v1.1.2 (March 28, 2020) | ||
* Fix: security patch | ||
- Fix: security patch | ||
# v1.1.1 (March 08, 2020) | ||
* Fix: default `option.type` value | ||
- Fix: default `option.type` value | ||
# v1.1.0 (March 08, 2020) | ||
* Fix: misprint of `errors` in options and docs, renamed to `error` | ||
* Fix: errors logs output moved to `stderr` | ||
* Feature: new formats of logs files, available log (text) or (json) | ||
* Compatibility: the JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) output | ||
- Fix: misprint of `errors` in options and docs, renamed to `error` | ||
- Fix: errors logs output moved to `stderr` | ||
- Feature: new formats of logs files, available log (text) or (json) | ||
- Compatibility: the JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) output | ||
# v1.0.0 (March 08, 2020) | ||
* First Release. | ||
- First Release. |
{ | ||
"name": "@ptkdev/logger", | ||
"description": "Beautiful Logger for Node.js: the best alternative to the console.log statement", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"main": "modules/logger.js", | ||
@@ -35,3 +35,4 @@ "author": "Patryk Rzucidลo [@ptkdev] <support@ptkdev.io> (https://ptk.dev)", | ||
"test": "jest", | ||
"contributors-generate": "all-contributors generate" | ||
"contributors-generate": "all-contributors generate", | ||
"pkg-upgrade": "npx npm-check-updates -u && npm install && husky install" | ||
}, | ||
@@ -58,20 +59,20 @@ "husky": { | ||
"dependencies": { | ||
"rotating-file-stream": "latest", | ||
"chalk": "latest", | ||
"lowdb": "latest", | ||
"fs-extra": "latest", | ||
"strip-ansi": "latest" | ||
"rotating-file-stream": "^2.1.5", | ||
"chalk": "^4.1.2", | ||
"lowdb": "^1.0.0", | ||
"fs-extra": "^10.0.0", | ||
"strip-ansi": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ptkdev/all-shields-cli": "latest", | ||
"eslint": "latest", | ||
"eslint-plugin-jsdoc": "latest", | ||
"eslint-plugin-jest": "latest", | ||
"all-contributors-cli": "latest", | ||
"pm2": "latest", | ||
"json": "latest", | ||
"jest": "latest", | ||
"husky": "latest", | ||
"yargs": "latest", | ||
"markserv": "latest" | ||
"@ptkdev/all-shields-cli": "^2.0.2", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jsdoc": "^36.0.8", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"all-contributors-cli": "^6.20.0", | ||
"pm2": "^5.1.1", | ||
"json": "^11.0.0", | ||
"jest": "^27.1.0", | ||
"husky": "^7.0.2", | ||
"yargs": "^17.1.1", | ||
"markserv": "^1.17.4" | ||
}, | ||
@@ -78,0 +79,0 @@ "contributors": [ |
153
README.md
@@ -5,3 +5,3 @@ [![Beautiful Logger for Node.js: the best alternative to the console.log statement](https://raw.githubusercontent.com/ptkdev/ptkdev-logger/nightly/.github/assets/ptkdev-logger-logo.png)](https://www.npmjs.com/package/@ptkdev/logger) | ||
[![](https://img.shields.io/badge/version-v1.7.2-lightgrey.svg)](https://github.com/ptkdev/ptkdev-logger/releases) [![](https://img.shields.io/npm/v/@ptkdev/logger.svg)](https://www.npmjs.com/package/@ptkdev/logger) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/ptkdev-logger/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/ptkdev-logger/badge.svg)](https://snyk.io/test/github/ptkdev/ptkdev-logger) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io) | ||
[![](https://img.shields.io/badge/version-v1.8.0-lightgrey.svg)](https://github.com/ptkdev/ptkdev-logger/releases) [![](https://img.shields.io/npm/v/@ptkdev/logger.svg)](https://www.npmjs.com/package/@ptkdev/logger) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/ptkdev-logger/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/ptkdev-logger/badge.svg)](https://snyk.io/test/github/ptkdev/ptkdev-logger) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io) | ||
@@ -11,5 +11,6 @@ > The best alternative to the console.log statement | ||
## ๐ Support: Donate | ||
> This project is **free**, **open source** and I try to provide excellent **free support**. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. **THANK YOU!** | ||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) | ||
@@ -19,32 +20,37 @@ ![](https://img.shields.io/badge/bitcoin-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?logo=bitcoin) ![](https://img.shields.io/badge/ethereum-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?logo=ethereum) | ||
## ๐ Menu | ||
- ๐ก [Features](#-features) | ||
- ๐ [Screenshot](#-screenshot) | ||
- ๐ [How to use](#-installation) | ||
- ๐ [Documentation](#-documentation) | ||
- - ๐งฐ [Options](#-options) | ||
- - ๐ [Methods](#-methods) | ||
- - ๐จ [Palette](#-palette) | ||
- - ๐คนโโ๏ธ [LogRotate](#-logrotate) | ||
- ๐จโ๐ป [Contributing](#-contributing) | ||
- ๐ [Known Bugs](https://github.com/ptkdev/ptkdev-logger/issues?q=is%3Aopen+is%3Aissue+label%3Abug) | ||
- ๐ป Community: | ||
- <img src="https://raw.githubusercontent.com/ptkdev/ptkdev-logger/master/.github/assets/social_discord.png" height="18px"> [Discord](http://discord.ptkdev.io) ([๐ฌ๐ง English Channel](https://discord.gg/tWtqt4B) | [๐ฎ๐น Italian Channel](https://discord.gg/q29uZnm) | [๐ต๐ฑ Polish Channel](https://discord.gg/akjuWJX)) | ||
- ๐ก [Features](#-features) | ||
- ๐ [Screenshot](#-screenshot) | ||
- ๐ [How to use](#-installation) | ||
- ๐ [Documentation](#-documentation) | ||
- - ๐งฐ [Options](#-options) | ||
- - ๐ [Methods](#-methods) | ||
- - ๐จ [Palette](#-palette) | ||
- - ๐คนโโ๏ธ [LogRotate](#-logrotate) | ||
- ๐จโ๐ป [Contributing](#-contributing) | ||
- ๐ [Known Bugs](https://github.com/ptkdev/ptkdev-logger/issues?q=is%3Aopen+is%3Aissue+label%3Abug) | ||
- ๐ป Community: | ||
- <img src="https://raw.githubusercontent.com/ptkdev/ptkdev-logger/master/.github/assets/social_discord.png" height="18px"> [Discord](http://discord.ptkdev.io) ([๐ฌ๐ง English Channel](https://discord.gg/tWtqt4B) | [๐ฎ๐น Italian Channel](https://discord.gg/q29uZnm) | [๐ต๐ฑ Polish Channel](https://discord.gg/akjuWJX)) | ||
## ๐ก Features | ||
* [โ๏ธ] Easy to use | ||
* [โ๏ธ] MIT License | ||
* [โ๏ธ] Palette (๐จ Customize colors) | ||
* [โ๏ธ] Logrotate ๐คนโโ๏ธ | ||
* [โ๏ธ] Typescript support | ||
* [โ๏ธ] The best alternative to the console.log statement | ||
* [โ๏ธ] Write stdout logs to file (supported format: text/log and json) | ||
* [โ๏ธ] The JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) | ||
* [โ๏ธ] Translations: ๐ฌ๐ง ๐ฎ๐น ๐ต๐ฑ ๐ช๐ธ ๐ต๐น ๐ท๐บ ๐ฉ๐ช ๐ซ๐ท (Help me โค๏ธ) | ||
- [โ๏ธ] Easy to use | ||
- [โ๏ธ] MIT License | ||
- [โ๏ธ] Palette (๐จ Customize colors) | ||
- [โ๏ธ] Logrotate ๐คนโโ๏ธ | ||
- [โ๏ธ] Typescript support | ||
- [โ๏ธ] The best alternative to the console.log statement | ||
- [โ๏ธ] Write stdout logs to file (supported format: text/log and json) | ||
- [โ๏ธ] The JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) | ||
- [โ๏ธ] Translations: ๐ฌ๐ง ๐ฎ๐น ๐ต๐ฑ ๐ช๐ธ ๐ต๐น ๐ท๐บ ๐ฉ๐ช ๐ซ๐ท (Help me โค๏ธ) | ||
## ๐ Screenshot | ||
[![Beautiful Logger for Node.js](https://raw.githubusercontent.com/ptkdev/ptkdev-logger/nightly/.github/assets/screenshot/ptkdev-logger-screen1.png)](https://raw.githubusercontent.com/ptkdev/ptkdev-logger/nightly/.github/assets/screenshot/ptkdev-logger-screen1.png) | ||
## ๐ Installation | ||
1. In your node project run: `npm install @ptkdev/logger --save` | ||
2. Usage: | ||
```javascript | ||
@@ -57,2 +63,3 @@ const Logger = require("@ptkdev/logger"); | ||
You can set `options` to `new Logger(options);` example: | ||
```javascript | ||
@@ -62,19 +69,20 @@ const Logger = require("@ptkdev/logger"); | ||
const options = { | ||
"language": "en", | ||
"colors": true, | ||
"debug": true, | ||
"info": true, | ||
"warning": true, | ||
"error": true, | ||
"sponsor": true, | ||
"write": true, | ||
"type": "log", | ||
"rotate": { | ||
"size": "10M", | ||
"encoding": "utf8" | ||
language: "en", | ||
colors: true, | ||
debug: true, | ||
info: true, | ||
warning: true, | ||
error: true, | ||
sponsor: true, | ||
write: true, | ||
type: "log", | ||
rotate: { | ||
size: "10M", | ||
encoding: "utf8", | ||
}, | ||
"path": { // remember: add string *.log to .gitignore | ||
"debug_log": "./debug.log", | ||
"error_log": "./errors.log", | ||
} | ||
path: { | ||
// remember: add string *.log to .gitignore | ||
debug_log: "./debug.log", | ||
error_log: "./errors.log", | ||
}, | ||
}; | ||
@@ -90,28 +98,28 @@ | ||
| Parameter | Description | Values | Default value | Available since | | ||
| --- | --- | --- | --- | --- | | ||
| language | Set language of log type | en / it / pl / es / pt / de / ru / fr | en | **v1.0.0** | | ||
| colors | Enable colors in terminal | true / enabled / false / disabled | true | **v1.0.0** | | ||
| debug | Enable all logs with method debug | true / enabled / false / disabled | true | **v1.0.0** | | ||
| info | Enable all logs with method info | true / enabled / false / disabled | true | **v1.0.0** | | ||
| warning | Enable all logs with method warning | true / enabled / false / disabled | true | **v1.0.0** | | ||
| error | Enable all logs with method errors | true / enabled / false / disabled | true | **v1.0.0** | | ||
| sponsor | Enable all logs with method sponsor | true / enabled / false / disabled | true | **v1.0.0** | | ||
| write | Write the logs into a file, you need set path values | true / enabled / false / disabled | false | **v1.0.0** | | ||
| type | Format of logs in files | log / json | log | **v1.0.0** | | ||
| rotate | Rotates the log files when size exceeds this value | `10B` / `10K` / `10M` / `10G` | `"rotate": {"size": "10M"}` | **v1.5.0** | | ||
| palette | Change palette with hexcode colors | [Object](#-palette) | default palette | **v1.5.0** | | ||
| path | If write is true, the library writes the logs to a path | Object | `{"debug_log": "./debug.log", "error_log": "./errors.log"}` | **v1.0.0** | | ||
| Parameter | Description | Values | Default value | Available since | | ||
| --------- | ------------------------------------------------------- | ------------------------------------- | ----------------------------------------------------------- | --------------- | | ||
| language | Set language of log type | en / it / pl / es / pt / de / ru / fr | en | **v1.0.0** | | ||
| colors | Enable colors in terminal | true / enabled / false / disabled | true | **v1.0.0** | | ||
| debug | Enable all logs with method debug | true / enabled / false / disabled | true | **v1.0.0** | | ||
| info | Enable all logs with method info | true / enabled / false / disabled | true | **v1.0.0** | | ||
| warning | Enable all logs with method warning | true / enabled / false / disabled | true | **v1.0.0** | | ||
| error | Enable all logs with method errors | true / enabled / false / disabled | true | **v1.0.0** | | ||
| sponsor | Enable all logs with method sponsor | true / enabled / false / disabled | true | **v1.0.0** | | ||
| write | Write the logs into a file, you need set path values | true / enabled / false / disabled | false | **v1.0.0** | | ||
| type | Format of logs in files | log / json | log | **v1.0.0** | | ||
| rotate | Rotates the log files when size exceeds this value | `10B` / `10K` / `10M` / `10G` | `"rotate": {"size": "10M"}` | **v1.5.0** | | ||
| palette | Change palette with hexcode colors | [Object](#-palette) | default palette | **v1.5.0** | | ||
| path | If write is true, the library writes the logs to a path | Object | `{"debug_log": "./debug.log", "error_log": "./errors.log"}` | **v1.0.0** | | ||
## ๐ Methods | ||
| Method | Description | Parameters | | ||
| --- | --- | --- | | ||
| **debug**(`message`, `tag`) | `message`: Display debug log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **info**(`message`, `tag`) | `message`: Display info log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **warning**(`message`, `tag`) | `message`: Display warning log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **error**(`message`, `tag`) | `message`: Display errors log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **sponsor**(`message`, `tag`) | `message`: Display sponsor log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| Method | Description | Parameters | | ||
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------- | | ||
| **debug**(`message`, `tag`) | `message`: Display debug log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **info**(`message`, `tag`) | `message`: Display info log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **warning**(`message`, `tag`) | `message`: Display warning log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **error**(`message`, `tag`) | `message`: Display errors log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **sponsor**(`message`, `tag`) | `message`: Display sponsor log message <br> `tag`: prefix of message | `message`: string (mandatory) <br> `tag`: string (optional) | | ||
| **stackoverflow**(`message`, `tag`, `error_string`) | `message`: Display stackoverflow log message <br> `tag`: prefix of message <br> `error_string`: query for stackoverflow, if empty we use message param | `message`: string (mandatory) <br> `tag`: string (optional) <br> `error_string`: string (optional) | | ||
| **docs**(`message`, `url`, `tag`) | `message`: Display docs log message <br> `url`: link of documentation <br> `tag`: prefix of message | `message`: string (mandatory) <br> `url`: string (optional) <br> `tag`: string (optional) | | ||
| **docs**(`message`, `url`, `tag`) | `message`: Display docs log message <br> `url`: link of documentation <br> `tag`: prefix of message | `message`: string (mandatory) <br> `url`: string (optional) <br> `tag`: string (optional) | | ||
@@ -123,6 +131,7 @@ ## ๐จ Palette | ||
You can customize palette colors with Object `palette` and with hexcode values. | ||
- `label` is text on left (INFORMATION / ERROR / DOCS, etc..) | ||
- `text` is message of log on right | ||
- `background` is background color on left side | ||
- `label` is text on left (INFORMATION / ERROR / DOCS, etc..) | ||
- `text` is message of log on right | ||
- `background` is background color on left side | ||
```javascript | ||
@@ -192,5 +201,7 @@ { | ||
## ๐ Documentation | ||
Run `npm run docs` | ||
## ๐ Sponsors | ||
Support this project by becoming a sponsor. ๐ Become a sponsor on [patreon](https://www.patreon.com/join/ptkdev) or become top3 sponsor on [ko-fi](https://ko-fi.com/ptkdev). Your logo will show up here with a link to your website. | ||
@@ -201,2 +212,3 @@ | ||
## ๐ฆ Backers | ||
Thank you to all our backers! ๐ Become a backer on [patreon](https://www.patreon.com/join/ptkdev). | ||
@@ -207,2 +219,3 @@ | ||
## ๐จโ๐ป Contributing | ||
I โค๏ธ contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together ๐ฏ and remember to insert your name in `.all-contributorsrc` and `package.json` file. | ||
@@ -228,2 +241,3 @@ | ||
<!-- prettier-ignore-end --> | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
@@ -234,2 +248,3 @@ | ||
## ๐ฒ Tools | ||
[![](https://img.shields.io/badge/portfolio-ptkdev-000000.svg)](https://ptk.dev/) | ||
@@ -243,12 +258,14 @@ [![](https://img.shields.io/badge/app-meingifs-E1215B.svg)](https://meingifs.pics/) | ||
[![](https://img.shields.io/badge/api-facebook%20bot-3b5998.svg)](https://github.com/social-manager-tools/socialmanagertools-fbbot) | ||
[![](https://img.shields.io/badge/telegram%20bot-feed%20rss%20for%20wordpress%20&%20medium-00AB6C.svg)](https://github.com/social-manager-tools/socialmanagertools-tgbot) | ||
[![](https://img.shields.io/badge/telegram%20bot-feed%20rss%20for%20wordpress%20&%20medium-00AB6C.svg)](https://github.com/social-manager-tools/socialmanagertools-tgbot) | ||
## ๐ Sorry for snake_case | ||
I love snake_case syntax sorry for this ๐ญ don't hate me. | ||
## ๐ซ License | ||
* Code and Contributions have **MIT License** | ||
* Images and logos have **CC BY-NC 4.0 License** ([Freepik](https://it.freepik.com/) Premium License) | ||
* Documentations and Translations have **CC BY 4.0 License** | ||
- Code and Contributions have **MIT License** | ||
- Images and logos have **CC BY-NC 4.0 License** ([Freepik](https://it.freepik.com/) Premium License) | ||
- Documentations and Translations have **CC BY 4.0 License** | ||
###### Copyleft (c) 2020 [Patryk Rzucidลo](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)> |
@@ -13,3 +13,3 @@ /** | ||
* | ||
* @contributors: Bruno Kummel [@Bruck1701] <kummel@gmail.com> (https://github.com/Bruck1701) | ||
* @contributors: Bruno Kummel [@Bruck1701] <kummel@gmail.com> (https://github.com/Bruck1701) / Joel Emanoel [@joelemanoel] <email@joelemanoel.com.br> (https://github.com/joelemanoel) | ||
* | ||
@@ -26,3 +26,3 @@ * @license: CC BY 4.0 License | ||
STACKOVERFLOW: " | STACKOVERFLOW ", | ||
SPONSOR: " | SPONSOR " | ||
SPONSOR: " | PATROCINADOR " | ||
}; |
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
259
55844
17
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedfs-extra@10.1.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedis-promise@2.2.2(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlowdb@1.0.0(transitive)
+ Addedpify@3.0.0(transitive)
+ Addedrotating-file-stream@2.1.6(transitive)
+ Addedsteno@0.4.4(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-regex@6.1.0(transitive)
- Removedchalk@5.3.0(transitive)
- Removedfs-extra@11.2.0(transitive)
- Removedlowdb@7.0.1(transitive)
- Removedrotating-file-stream@3.2.5(transitive)
- Removedsteno@4.0.2(transitive)
- Removedstrip-ansi@7.1.0(transitive)
Updatedchalk@^4.1.2
Updatedfs-extra@^10.0.0
Updatedlowdb@^1.0.0
Updatedrotating-file-stream@^2.1.5
Updatedstrip-ansi@^6.0.0