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 4.2.0 to 4.3.0

1

dist/index.d.ts

@@ -37,2 +37,3 @@ import { DepGraph } from '@snyk/dep-graph';

declare function getVersionBuildInfo(gradleVersionOutput: string): VersionBuildInfo | undefined;
export declare function getGradleVersion(root: string, command: string): Promise<string>;
declare function splitCoordinate(coordinate: string): Partial<PomCoords>;

@@ -39,0 +40,0 @@ export declare function processProjectsInExtractedJSON(extractedJSON: JsonDepsScriptResult, coordinateMap?: CoordinateMap): Promise<JsonDepsScriptResult>;

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.exportsForTests = exports.processProjectsInExtractedJSON = exports.inspect = exports.debugLog = void 0;
exports.exportsForTests = exports.processProjectsInExtractedJSON = exports.getGradleVersion = exports.inspect = exports.debugLog = void 0;
const os = require("os");

@@ -266,2 +266,3 @@ const fs = require("fs");

}
exports.getGradleVersion = getGradleVersion;
async function getAllDepsWithPlugin(root, targetFile, options, gradleVersion) {

@@ -268,0 +269,0 @@ const command = getCommand(root, targetFile);

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

},
"version": "4.2.0"
"version": "4.3.0"
}

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