New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microgamma/loggator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microgamma/loggator - npm Package Compare versions

Comparing version 1.10.13 to 1.10.14

2

lib/lib/log.decorator.js

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

// @ts-ignore
return loggerFn.apply(null, ...args);
return loggerFn.apply(null, args);
}

@@ -26,0 +26,0 @@ };

@@ -46,2 +46,5 @@ "use strict";

}
logAnObject() {
return this.$l.d('this is an object', { a: 'a', b: 'b' });
}
}

@@ -48,0 +51,0 @@ __decorate([

{
"name": "@microgamma/loggator",
"version": "1.10.13",
"version": "1.10.14",
"description": "typescript decorator for easy log",

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

Sorry, the diff of this file is not supported yet

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