Socket
Socket
Sign inDemoInstall

zipkin-instrumentation-grpc-client

Package Overview
Dependencies
3
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.0 to 0.22.1-alpha.3

1

lib/grpcClientInstrumentation.js

@@ -9,2 +9,3 @@ "use strict";

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
var _require = require('zipkin'),

@@ -11,0 +12,0 @@ Annotation = _require.Annotation,

"use strict";
// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
/* eslint-disable new-cap,no-shadow */

@@ -4,0 +6,0 @@ var Instrumentation = require('./grpcClientInstrumentation');

6

package.json
{
"name": "zipkin-instrumentation-grpc-client",
"version": "0.22.0",
"version": "0.22.1-alpha.3+bf7de87",
"description": "Zipkin JS Interceptor for gRPC client",

@@ -16,3 +16,3 @@ "main": "lib/grpcClientInterceptor.js",

"dependencies": {
"zipkin": "^0.22.0"
"zipkin": "^0.22.1-alpha.3+bf7de87"
},

@@ -23,3 +23,3 @@ "devDependencies": {

},
"gitHead": "bc590b2957b4c1e0c434de3c6fb7b4feeb406f8b"
"gitHead": "bf7de8783a280b3e0d01eacd90ed1d9b4f10c7c4"
}

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

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
const {Annotation, HttpHeaders} = require('zipkin');

@@ -2,0 +4,0 @@

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

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
/* eslint-disable new-cap,no-shadow */

@@ -2,0 +4,0 @@ const Instrumentation = require('./grpcClientInstrumentation');

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

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
const grpc = require('grpc');

@@ -2,0 +4,0 @@ const tracingInterceptor = require('../src/grpcClientInterceptor');

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

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
/* eslint-disable new-cap */

@@ -2,0 +4,0 @@ import grpc from 'grpc';

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