@ptkdev/logger
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -1,3 +0,3 @@ | ||
# v1.3.0 (May 07, 2020) | ||
* Translations: 🇷🇺 🇩🇪 (Thanks: Alina Osv) | ||
# v1.4.0 (May 11, 2020) | ||
* Translations: 🇫🇷 (Thanks: Sylvain Téchené) | ||
@@ -7,2 +7,5 @@ [![](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.3.0 (May 07, 2020) | ||
* Translations: 🇷🇺 🇩🇪 (Thanks: Alina Osv) | ||
# v1.2.0 (May 06, 2020) | ||
@@ -9,0 +12,0 @@ * Fix: security patch |
@@ -24,2 +24,3 @@ /** | ||
ru: require("../translations/ru"), | ||
fr: require("../translations/fr") | ||
}; | ||
@@ -26,0 +27,0 @@ const logger = console; |
{ | ||
"name": "@ptkdev/logger", | ||
"description": "Beautiful Logger for Node.js: the best alternative to the console.log statement", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"main": "modules/logger.js", | ||
@@ -83,4 +83,5 @@ "author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)", | ||
"Bruno Kummel [@Bruck1701] <kummel@gmail.com> (https://github.com/Bruck1701)", | ||
"Alina Osv [@alinaosv] <hixid@ya.ru> (https://github.com/alinaosv)" | ||
"Alina Osv [@alinaosv] <hixid@ya.ru> (https://github.com/alinaosv)", | ||
"Sylvain Téchené [@syltech] <contact@syltech.fr> (https://github.com/Syltech)" | ||
] | ||
} |
@@ -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.3.0-lightgrey.svg)](https://github.com/ptkdev/ptkdev-logger/releases) [![](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.4.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) | ||
@@ -35,3 +35,3 @@ > The best alternative to the console.log statement | ||
* [✔️] The JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) | ||
* [✔️] Translations: 🇬🇧 🇮🇹 🇵🇱 🇪🇸 🇵🇹 🇷🇺 🇩🇪 (Help me ❤️) | ||
* [✔️] Translations: 🇬🇧 🇮🇹 🇵🇱 🇪🇸 🇵🇹 🇷🇺 🇩🇪 🇫🇷 (Help me ❤️) | ||
@@ -80,3 +80,3 @@ ## 👔 Screenshot | ||
| --- | --- | --- | --- | | ||
| language | Set language of log type | en / it / pl / es / pt / de / ru | en | | ||
| language | Set language of log type | en / it / pl / es / pt / de / ru / fr | en | | ||
| colors | Enable colors in terminal | true / enabled / false / disabled | true | | ||
@@ -131,2 +131,3 @@ | debug | Enable all logs with method debug | true / enabled / false / disabled | true | | ||
<td align="center"><a href="https://github.com/alinaosv"><img src="https://avatars3.githubusercontent.com/u/60554247?v=4" width="100px;" alt=""/><br /><sub><b>Alina Osv</b></sub></a><br /><a href="#translation-alinaosv" title="Translation">🌍</a></td> | ||
<td align="center"><a href="https://github.com/Syltech"><img src="https://avatars1.githubusercontent.com/u/3882925?v=4" width="100px;" alt=""/><br /><sub><b>Sylvain Téchené</b></sub></a><br /><a href="#translation-Syltech" title="Translation">🌍</a></td> | ||
</tr> | ||
@@ -133,0 +134,0 @@ </table> |
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
44998
19
594
157