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.24.5 to 3.24.6

4

dist/index.d.ts

@@ -14,4 +14,4 @@ import { DepGraph } from '@snyk/dep-graph';

}
declare type Options = api.InspectOptions & GradleInspectOptions;
declare type VersionBuildInfo = api.VersionBuildInfo;
type Options = api.InspectOptions & GradleInspectOptions;
type VersionBuildInfo = api.VersionBuildInfo;
export declare function inspect(root: string, targetFile: string, options?: api.SingleSubprojectInspectOptions & GradleInspectOptions, snykHttpClient?: SnykHttpClient): Promise<api.SinglePackageResult>;

@@ -18,0 +18,0 @@ export declare function inspect(root: string, targetFile: string, options: api.MultiSubprojectInspectOptions & GradleInspectOptions, snykHttpClient?: SnykHttpClient): Promise<api.MultiProjectResult>;

@@ -14,3 +14,3 @@ /// <reference types="node" />

}
export declare type SnykHttpClient = (requestInfo: RequestInfo) => Promise<{
export type SnykHttpClient = (requestInfo: RequestInfo) => Promise<{
res: NeedleResponse;

@@ -34,3 +34,3 @@ body: any;

}
declare type GetPackageResponseData = Array<PackageResource>;
type GetPackageResponseData = Array<PackageResource>;
interface GetPackageLinks {

@@ -37,0 +37,0 @@ self?: string | {

@@ -61,3 +61,3 @@ {

},
"version": "3.24.5"
"version": "3.24.6"
}

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