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

@mitm/logger

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mitm/logger - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "@mitm/logger",
"version": "1.0.0",
"version": "1.1.0",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "typings": "./src/index.d.ts",

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

const winston_1 = require("./winston");
tslib_1.__exportStar(require("./morgan"), exports);
(0, tslib_1.__exportStar)(require("./morgan"), exports);
// noinspection UnnecessaryLocalVariableJS -- it's for IDE intellisense

@@ -8,0 +8,0 @@ const logger = winston_1.winstonLogger;

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

const winston_1 = require("winston");
exports.winstonLogger = winston_1.createLogger({
exports.winstonLogger = (0, winston_1.createLogger)({
transports: [

@@ -8,0 +8,0 @@ new winston_1.transports.Console({

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