New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

concurix-traceaggregator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurix-traceaggregator - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "concurix-traceaggregator",
"version": "1.2.3",
"version": "1.2.4",
"description": "Aggregation of trace data for the concurix tracer",

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

@@ -103,3 +103,3 @@ "use strict";

var enter = substack.pop()
if (enter.id !== record.id) {
if (enter == null || enter.id !== record.id) {
// TBD how are we going to track errors like this? Send to cx?

@@ -106,0 +106,0 @@ // TBD how to raise these errors without infinite stack recursion?

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