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 2.0.0 to 2.1.0

LICENSE

5

lib/lib/log.decorator.js

@@ -18,4 +18,5 @@ "use strict";

const ns = namespace ? [namespace, subspace].join(':') : subspace;
const loggerFn = getDebugger(ns);
return loggerFn(args);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
getDebugger(ns)(...args);
};

@@ -22,0 +23,0 @@ };

8

package.json
{
"name": "@microgamma/loggator",
"version": "2.0.0",
"version": "2.1.0",
"description": "visionmedia's debug wrapped like a candy",

@@ -35,7 +35,7 @@ "main": "lib/index.js",

"dependencies": {
"@types/debug": "^4.1.7",
"debug": "^4.3.4",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
"debug": "^4.3.4"
}
"gitHead": "d43b3e4f5934513d24fae18555b823d245762367"
}

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