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 2.10.3 to 2.10.4

3

dist/index.d.ts

@@ -24,3 +24,3 @@ export interface BaseInspectOptions {

meta?: {
allDepRootNames?: string[];
allSubProjectNames?: string[];
};

@@ -47,2 +47,3 @@ }

projects: ProjectsDict;
allSubProjectNames: string[];
}

@@ -49,0 +50,0 @@ interface ProjectsDict {

@@ -39,5 +39,5 @@ "use strict";

const depTreeAndDepRootNames = yield getAllDepsOneProject(root, targetFile, options, subProject);
if (depTreeAndDepRootNames.allDepRootNames) {
if (depTreeAndDepRootNames.allSubProjectNames) {
plugin.meta = plugin.meta || {};
plugin.meta.allDepRootNames = depTreeAndDepRootNames.allDepRootNames;
plugin.meta.allSubProjectNames = depTreeAndDepRootNames.allSubProjectNames;
}

@@ -79,3 +79,3 @@ return {

const allProjectDeps = yield getAllDeps(root, targetFile, options);
const allDepRootNames = Object.keys(allProjectDeps.projects);
const allSubProjectNames = allProjectDeps.allSubProjectNames;
let depDict = {};

@@ -85,3 +85,3 @@ if (subProject) {

depTree: getDepsSubProject(root, subProject, allProjectDeps),
allDepRootNames,
allSubProjectNames,
};

@@ -99,3 +99,3 @@ }

},
allDepRootNames,
allSubProjectNames,
};

@@ -102,0 +102,0 @@ });

@@ -43,3 +43,3 @@ {

},
"version": "2.10.3"
"version": "2.10.4"
}

Sorry, the diff of this file is not supported yet

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