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

@opencensus/instrumentation-http

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/instrumentation-http - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

build/src/http.js

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

plugin.logger.debug('makeRequestTrace');
if (!span) {
plugin.logger.debug('makeRequestTrace span is null');
return request;
}
const setter = {

@@ -189,6 +193,2 @@ setHeader(name, value) {

}
if (!span) {
plugin.logger.debug('makeRequestTrace span is null');
return request;
}
request.on('response', (response) => {

@@ -195,0 +195,0 @@ plugin.tracer.wrapEmitter(response);

{
"name": "@opencensus/instrumentation-http",
"version": "0.0.4",
"version": "0.0.5",
"description": "Opencensus http automatic instrumentation package.",

@@ -58,3 +58,3 @@ "main": "build/src/index.js",

"dependencies": {
"@opencensus/core": "^0.0.4",
"@opencensus/core": "^0.0.5",
"end-of-stream": "^1.4.1",

@@ -61,0 +61,0 @@ "semver": "^5.5.0",

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