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

@opentelemetry/plugin-grpc

Package Overview
Dependencies
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/plugin-grpc - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

1

build/src/enums/AttributeNames.d.ts

@@ -24,1 +24,2 @@ /*!

}
//# sourceMappingURL=AttributeNames.d.ts.map

@@ -46,1 +46,2 @@ /*!

export declare const plugin: GrpcPlugin;
//# sourceMappingURL=grpc.d.ts.map

@@ -160,2 +160,6 @@ "use strict";

call.on('error', (err) => {
span.setStatus({
code: utils_1._grpcStatusCodeToCanonicalCode(err.code),
message: err.message,
});
span.addEvent('finished with error');

@@ -162,0 +166,0 @@ span.setAttributes({

@@ -17,1 +17,2 @@ /*!

export * from './grpc';
//# sourceMappingURL=index.d.ts.map

@@ -56,1 +56,2 @@ /*!

export {};
//# sourceMappingURL=types.d.ts.map

@@ -25,1 +25,2 @@ /*!

export declare const _grpcStatusCodeToSpanStatus: (status: number) => Status;
//# sourceMappingURL=utils.d.ts.map

3

build/src/version.d.ts

@@ -16,2 +16,3 @@ /*!

*/
export declare const VERSION = "0.7.0";
export declare const VERSION = "0.8.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.7.0';
exports.VERSION = '0.8.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/plugin-grpc",
"version": "0.7.0",
"version": "0.8.0",
"description": "OpenTelemetry grpc automatic instrumentation package.",

@@ -44,6 +44,6 @@ "main": "build/src/index.js",

"devDependencies": {
"@opentelemetry/context-async-hooks": "^0.7.0",
"@opentelemetry/context-base": "^0.7.0",
"@opentelemetry/node": "^0.7.0",
"@opentelemetry/tracing": "^0.7.0",
"@opentelemetry/context-async-hooks": "^0.8.0",
"@opentelemetry/context-base": "^0.8.0",
"@opentelemetry/node": "^0.8.0",
"@opentelemetry/tracing": "^0.8.0",
"@types/mocha": "^7.0.0",

@@ -69,6 +69,6 @@ "@types/node": "^12.6.9",

"dependencies": {
"@opentelemetry/api": "^0.7.0",
"@opentelemetry/core": "^0.7.0",
"@opentelemetry/api": "^0.8.0",
"@opentelemetry/core": "^0.8.0",
"shimmer": "^1.2.1"
}
}
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