Socket
Socket
Sign inDemoInstall

winston-appinsights-transport

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-appinsights-transport - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

CHANGELOG.md
# ApplicationInsights Winstron Transport
## 0.1.5
- deactivate uncaughtExceptionHandler
## 0.1.4

@@ -4,0 +7,0 @@ - fix for pm2

2

dist/index.js

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

};
process.on('uncaughtException', unhandledError);
//process.on('uncaughtException', unhandledError); // hack to fix the crashes...
process.on('unhandledRejection', unhandledError);

@@ -65,0 +65,0 @@ }

{
"name": "winston-appinsights-transport",
"version": "0.1.4",
"version": "0.1.5",
"description": "A winston transport for Application Insights",

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

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