Socket
Socket
Sign inDemoInstall

dd-trace

Package Overview
Dependencies
19
Maintainers
3
Versions
558
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1-beta.1 to 0.6.1-beta.2

2

lib/version.js

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

module.exports = '0.6.1-beta.1'
module.exports = '0.6.1-beta.2'
{
"name": "dd-trace",
"version": "0.6.1-beta.1",
"version": "0.6.1-beta.2",
"description": "Datadog APM tracing client for JavaScript",

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

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

if (config.depth > 0 && config.depth < depth) {
return call(resolve, this, arguments, err => updateFinishTime(scope, contextValue, path, err))
return call(resolve, this, arguments, () => updateFinishTime(contextValue, path))
}

@@ -147,0 +147,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc