New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.1.9

4

package.json
{
"name": "zipkin-instrumentation-cujojs-rest",
"version": "0.1.7",
"version": "0.1.9",
"description": "Interceptor for instrumenting HTTP calls from the cujoJS rest library",

@@ -17,4 +17,4 @@ "main": "index.js",

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

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

Annotation
} = require('zipkin-core');
} = require('zipkin');

@@ -10,0 +10,0 @@ function getRequestMethod(req) {

@@ -1,2 +0,2 @@

const {trace} = require('zipkin-core');
const {trace} = require('zipkin');
const express = require('express');

@@ -3,0 +3,0 @@ const sinon = require('sinon');

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