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

zipkin-instrumentation-cujojs-rest

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin-instrumentation-cujojs-rest - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

7

package.json
{
"name": "zipkin-instrumentation-cujojs-rest",
"version": "0.1.6",
"version": "0.1.7",
"description": "Interceptor for instrumenting HTTP calls from the cujoJS rest library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: Tests should be run from the root directory"
"test": "node ../../node_modules/mocha/bin/mocha --require ../../test/helper.js"
},

@@ -17,5 +17,4 @@ "author": "Openzipkin <openzipkin.alt@gmail.com>",

"peerDependencies": {
"zipkin-core": "^0.1.6"
"zipkin-core": "^0.1.7"
}
}

@@ -41,3 +41,3 @@ /* eslint-disable no-param-reassign */

traceId.sampled.ifPresent(sampled => {
req.headers[Header.Sampled] = sampled ? 'true' : 'false';
req.headers[Header.Sampled] = sampled ? '1' : '0';
});

@@ -67,5 +67,4 @@

module.exports = interceptor({
request,
response
});
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