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

@opencensus/exporter-zipkin

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/exporter-zipkin - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

build/src/zipkin.js

@@ -112,4 +112,4 @@ "use strict";

kind: 'SERVER',
timestamp: (span.startTime.getTime() * 1000).toFixed(),
duration: (span.duration * 1000).toFixed(),
timestamp: span.startTime.getTime() * 1000,
duration: Math.round(span.duration * 1000),
debug: true,

@@ -116,0 +116,0 @@ shared: true,

{
"name": "@opencensus/exporter-zipkin",
"version": "0.0.7",
"version": "0.0.8",
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.",

@@ -41,8 +41,8 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.1.3",
"@types/node": "^9.4.7",
"@types/node": "^10.12.12",
"@types/semver": "^5.5.0",
"@types/uuid": "^3.4.3",
"gts": "^0.5.4",
"gts": "^0.9.0",
"mocha": "^5.0.4",

@@ -52,8 +52,8 @@ "ncp": "^2.0.0",

"nyc": "11.6.0",
"ts-node": "^4.0.0",
"ts-node": "^7.0.1",
"typescript": "~2.6.1"
},
"dependencies": {
"@opencensus/core": "^0.0.7"
"@opencensus/core": "^0.0.8"
}
}
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