@opencensus/exporter-zipkin
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -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" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
23473
2
+ Added@opencensus/core@0.0.8(transitive)
- Removed@opencensus/core@0.0.7(transitive)
Updated@opencensus/core@^0.0.8