Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

logg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logg - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/logrecord.js

@@ -58,3 +58,3 @@

for (var key in obj) {
clone[key] = obj
clone[key] = obj[key]
}

@@ -70,3 +70,3 @@ return clone

function isError(o) {
return typeof o == 'object' && (o instanceof Error || o.message && o.stack)
return o && typeof o == 'object' && (o instanceof Error || o.message && o.stack)
}
{
"name" : "logg",
"version" : "0.1.2",
"version" : "0.1.3",
"description" : "Logging library that allows for hierarchical loggers, multiple log levels, and flexible watching of log records.",

@@ -5,0 +5,0 @@ "keywords" : ["log", "logging", "logger", "hierarchical", "handler", "watcher"],

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