Socket
Socket
Sign inDemoInstall

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/index.js

@@ -57,3 +57,3 @@ "use strict";

const err = chunk.err ? `Exception: ${chunk.err.name}, ${chunk.err.message}, ${chunk.err.stack}` : "";
const message = `${chunk.tme.toISOString()} ${type} ${chunk.name}: ${chunk.msg} (module=${chunk.module}) ${err}`;
const message = `${chunk.time.toISOString()} ${type} ${chunk.name}: ${chunk.msg} (module=${chunk.module}) ${err}`;
let c = null;

@@ -60,0 +60,0 @@ switch (chunk.level) {

{
"name": "@spinajs/log",
"version": "1.0.3",
"version": "1.0.4",
"description": "Log lib for all spinejs related libs",

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

Sorry, the diff of this file is not supported yet

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