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

winston-transport-sentry-node

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-transport-sentry-node - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

2

dist/transport.js

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

this.name = info.name || "Error";
if (info.stack) {
if (info.stack && typeof info.stack === "string") {
this.stack = info.stack;

@@ -31,0 +31,0 @@ }

{
"name": "winston-transport-sentry-node",
"description": "@sentry/node transport for the winston v3 logger",
"version": "2.6.0",
"version": "2.7.0",
"author": "Andrew Avdeev <andrewww.avdeev@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -39,3 +39,3 @@ import * as Sentry from "@sentry/node";

this.name = info.name || "Error";
if (info.stack) {
if (info.stack && typeof info.stack === "string") {
this.stack = info.stack;

@@ -42,0 +42,0 @@ }

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