Socket
Socket
Sign inDemoInstall

snyk-gradle-plugin

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-gradle-plugin - npm Package Compare versions

Comparing version 3.26.3 to 3.26.4

4

dist/graph.js

@@ -24,2 +24,4 @@ "use strict";

let { id, parentId } = item;
// take a copy as id maybe mutated below and we need this id when finding childing in snykGraph
const snykGraphId = `${id}`;
const node = snykGraph[id];

@@ -50,3 +52,3 @@ if (!node)

depGraphBuilder.connectDep(parentId, id);
queue.push(...findChildren(id, snykGraph)); // queue children
queue.push(...findChildren(snykGraphId, snykGraph)); // queue children
visited.push(id);

@@ -53,0 +55,0 @@ }

@@ -57,3 +57,3 @@ {

},
"version": "3.26.3"
"version": "3.26.4"
}

Sorry, the diff of this file is not supported yet

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