Socket
Socket
Sign inDemoInstall

cuvva-log

Package Overview
Dependencies
0
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.5 to 0.11.0

7

lib/index.js

@@ -8,3 +8,3 @@ const CuvvaError = require('./cuvva-error');

info: 1,
warn: 2,
warning: 2,
error: 3,

@@ -33,3 +33,3 @@ fatal: 4,

_timestamp: new Date().toISOString(),
_git_commit: config.gitCommit,
_commit_hash: config.gitCommit,
_service: config.service,

@@ -94,4 +94,5 @@ ...formattedError,

module.exports.info = logger('info');
module.exports.warn = logger('warn');
module.exports.warn = logger('warning');
module.exports.warning = logger('warning');
module.exports.error = logger('error');
module.exports.fatal = logger('fatal');
{
"name": "cuvva-log",
"version": "0.10.5",
"version": "0.11.0",
"description": "Super simple standardized logging used by all Cuvva systems",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/cuvva/cuvva-log-node",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc