Socket
Socket
Sign inDemoInstall

dd-trace

Package Overview
Dependencies
Maintainers
3
Versions
574
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.5.1 to 0.5.2-beta.0

2

package.json
{
"name": "dd-trace",
"version": "0.5.1",
"version": "0.5.2-beta.0",
"description": "Datadog APM tracing client for JavaScript",

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

@@ -102,6 +102,5 @@ 'use strict'

_after (asyncId) {
const context = this._contexts.get(asyncId)
const execution = this._executions.get(asyncId)
if (context && execution) {
if (execution) {
execution.exit()

@@ -108,0 +107,0 @@ execution.release()

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