Socket
Socket
Sign inDemoInstall

@opencensus/instrumentation-redis

Package Overview
Dependencies
8
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.14 to 0.0.15

7

build/src/redis.js

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

this._patched_redis_stream = val;
}
},
});

@@ -98,3 +98,6 @@ }

if (arguments.length === 1 && typeof cmd === 'object') {
const span = plugin.tracer.startChildSpan({ name: `redis-${cmd.command}`, kind: core_1.SpanKind.CLIENT });
const span = plugin.tracer.startChildSpan({
name: `redis-${cmd.command}`,
kind: core_1.SpanKind.CLIENT,
});
if (span === null)

@@ -101,0 +104,0 @@ return original.apply(this, arguments);

{
"name": "@opencensus/instrumentation-redis",
"version": "0.0.14",
"version": "0.0.15",
"description": "Opencensus Redis automatic instrumentation package.",

@@ -47,4 +47,4 @@ "main": "build/src/index.js",

"@types/shimmer": "^1.0.1",
"codecov": "^3.4.0",
"gts": "^0.9.0",
"codecov": "^3.5.0",
"gts": "^1.0.0",
"mocha": "^6.1.0",

@@ -58,3 +58,3 @@ "nyc": "^14.0.0",

"dependencies": {
"@opencensus/core": "^0.0.14",
"@opencensus/core": "^0.0.15",
"semver": "^6.0.0",

@@ -61,0 +61,0 @@ "shimmer": "^1.2.0"

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