Socket
Socket
Sign inDemoInstall

@chia-carbon/core-registry-logger

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chia-carbon/core-registry-logger - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [1.0.13](https://github.com/Chia-Network/core-registry-logger/compare/1.0.12...1.0.13) (2024-03-01)
## [1.0.12](https://github.com/Chia-Network/core-registry-logger/compare/1.0.11...1.0.12) (2023-09-26)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "@chia-carbon/core-registry-logger",
"version": "1.0.12",
"version": "1.0.13",
"description": "Custom logger for core registry projects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,1 +13,14 @@ # Core Registry Logger

```
# Log Levels
The following error levels can be used in your project. These can be used in any way you like, but the original design concept is as follows:
`fatal`: Only show fatal errors
`error`: Shows all errors
`task_error`: All errors including from async tasks
`warn`: All errors and warnings
`info`: Warnings, errors, plus informative messages
`task`: Similar to info, but includes async tasks
`debug`: Verbose logging with additional troubleshooting messages
`trace`: Show all output
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc