Socket
Socket
Sign inDemoInstall

nice-grpc-opentelemetry

Package Overview
Dependencies
6
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

lib/version.d.ts

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

export declare const VERSION = "0.1.1";
export declare const VERSION = "0.1.2";

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

// Generated by scripts/version.js
exports.VERSION = '0.1.1';
exports.VERSION = '0.1.2';
//# sourceMappingURL=version.js.map
{
"name": "nice-grpc-opentelemetry",
"version": "0.1.1",
"version": "0.1.2",
"description": "OpenTelemetry instrumentation for nice-grpc",

@@ -32,3 +32,3 @@ "keywords": [

"devDependencies": {
"@opentelemetry/sdk-node": "^0.31.0",
"@opentelemetry/sdk-node": "^0.33.0",
"@tsconfig/recommended": "^1.0.1",

@@ -39,4 +39,4 @@ "@types/defer-promise": "^1.0.0",

"mkdirp": "^1.0.4",
"nice-grpc": "^2.0.0",
"protobufjs": "^6.11.2",
"nice-grpc": "^2.0.1",
"protobufjs": "^7.1.2",
"rimraf": "^3.0.2",

@@ -52,3 +52,3 @@ "ts-proto": "^1.112.0"

},
"gitHead": "5a8ae1d903993add27676f699b999e63fd5854eb"
"gitHead": "b0afa3e8c3c1c471f9b1307b122cc434da2c2151"
}

@@ -24,3 +24,3 @@ # nice-grpc-opentelemetry [![npm version][npm-image]][npm-url]

Attach middleware as the last one on the client:
Attach middleware as the first one on the client:

@@ -32,4 +32,4 @@ ```ts

const clientFactory = createClientFactory()
.use(/* ... other middleware */)
.use(openTelemetryClientMiddleware());
.use(openTelemetryClientMiddleware())
.use(/* ... other middleware */);

@@ -36,0 +36,0 @@ const client = clientFactory.create(/* ... */);

// Generated by scripts/version.js
export const VERSION = '0.1.1';
export const VERSION = '0.1.2';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc