@opencensus/exporter-zipkin
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@opencensus/exporter-zipkin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.", | ||
@@ -49,4 +49,4 @@ "main": "build/src/index.js", | ||
"ncp": "^2.0.0", | ||
"nock": "^9.2.6", | ||
"nyc": "11.6.0", | ||
"nock": "^9.2.6", | ||
"ts-node": "^4.0.0", | ||
@@ -56,4 +56,4 @@ "typescript": "~2.6.1" | ||
"dependencies": { | ||
"@opencensus/opencensus-core": "^0.0.1" | ||
"@opencensus/opencensus-core": "^0.0.2" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # OpenCensus Zipkin Exporter for Node.js | ||
Install OpenCensus Zipikin Exporter with: | ||
Install OpenCensus Zipkin Exporter with: | ||
```bash | ||
@@ -72,2 +72,2 @@ npm install @opencensus/nodejs | ||
[gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg | ||
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
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
72
+ Added@opencensus/opencensus-core@0.0.2(transitive)
- Removed@opencensus/opencensus-core@0.0.1(transitive)