Socket
Socket
Sign inDemoInstall

dd-trace

Package Overview
Dependencies
Maintainers
3
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dd-trace - npm Package Compare versions

Comparing version 0.8.0-beta.3 to 0.8.0-beta.4

2

lib/version.js

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

module.exports = '0.8.0-beta.3'
module.exports = '0.8.0-beta.4'
{
"name": "dd-trace",
"version": "0.8.0-beta.3",
"version": "0.8.0-beta.4",
"description": "Datadog APM tracing client for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,3 +11,3 @@ 'use strict'

if (!scope.active() || !options) return connect.apply(this, arguments)
if (!options) return connect.apply(this, arguments)

@@ -75,2 +75,6 @@ const span = options.path

if (!childOf) {
span.context()._sampled = false
}
return span

@@ -77,0 +81,0 @@ }

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