jaeger-tracer
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "jaeger-tracer", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "client library for jaegar to ease out the instrumenting in express and any other backend application based on express in nodejs", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
export interface httpModules { | ||
http: any; | ||
https: any; | ||
http?: any; | ||
https?: any; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77471