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.1.0 to 1.2.0

9

package.json
{
"name": "@mitm/logger",
"version": "1.1.0",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"version": "1.2.0",
"dependencies": {
"morgan": "^1.10.0",
"winston": "^3.3.3"
"winston": "^3.3.0"
},
"peerDependencies": {}
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}

@@ -10,1 +10,7 @@ # @mitm/logger

- Un transport fichier qui imprime les erreurs dans `errors.log` dans le CWD.
## Changelog
### 1.2.0
- Cible de compilation plus moderne.

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

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

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

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