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

pino-sentry

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

pino-sentry - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

5

dist/transport.js

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

this.extraAttributeKeys.forEach((key) => {
if (chunk[key] !== undefined) {
extra[key] = chunk[key];
const value = get(chunk, key);
if (value !== undefined) {
extra[key] = value;
}

@@ -137,0 +138,0 @@ });

2

package.json

@@ -60,3 +60,3 @@ {

},
"version": "0.13.0"
"version": "0.14.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