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.5 to 0.0.6

4

build/src/http.js

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

applyPatch() {
this.logger.debug('applying pacth to %s@%s', this.moduleName, this.version);
this.logger.debug('applying patch to %s@%s', this.moduleName, this.version);
shimmer.wrap(this.moduleExports, 'request', this.getPatchOutgoingRequestFunction());

@@ -227,3 +227,3 @@ // In Node 8, http.get calls a private request method, therefore we patch it

});
plugin.logger.debug('makeRequestTrace retun request');
plugin.logger.debug('makeRequestTrace return request');
return request;

@@ -230,0 +230,0 @@ };

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

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

"dependencies": {
"@opencensus/core": "^0.0.5",
"@opencensus/core": "^0.0.6",
"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