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.2 to 1.2.3

2

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

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

@@ -315,2 +315,6 @@ "use strict";

var tgt = self.cache[tgtId].incoming[linkId]
if (src == null || tgt == null) {
// TODO how to report these?
return
}
waterfall.addLink(src, tgt)

@@ -317,0 +321,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