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

@opentelemetry/instrumentation-pino

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-pino - npm Package Compare versions

Comparing version 0.33.0 to 0.33.1

4

build/src/instrumentation.js

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

}
instrumentation_1.safeExecuteInTheMiddle(() => hook(span, record, level), err => {
(0, instrumentation_1.safeExecuteInTheMiddle)(() => hook(span, record, level), err => {
if (err) {

@@ -91,3 +91,3 @@ api_1.diag.error('pino instrumentation: error calling logHook', err);

const spanContext = span.spanContext();
if (!api_1.isSpanContextValid(spanContext)) {
if (!(0, api_1.isSpanContextValid)(spanContext)) {
return {};

@@ -94,0 +94,0 @@ }

@@ -1,2 +0,2 @@

export declare const VERSION = "0.33.0";
export declare const VERSION = "0.33.1";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.33.0';
exports.VERSION = '0.33.1';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-pino",
"version": "0.33.0",
"version": "0.33.1",
"description": "OpenTelemetry instrumentation for pino",

@@ -64,12 +64,12 @@ "main": "build/src/index.js",

"semver": "7.3.5",
"sinon": "14.0.0",
"sinon": "15.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.34.0"
"@opentelemetry/instrumentation": "^0.35.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pino#readme",
"gitHead": "59fa57cfd0dff4ae0e6f3833dff73c55dfd79ee5"
"gitHead": "63e0fc9b6b862f74304abf0343c506a5bd415191"
}

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