Socket
Socket
Sign inDemoInstall

@snyk/cli-interface

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/cli-interface - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

8

legacy/plugin.d.ts

@@ -32,2 +32,3 @@ import { DepTree, ScannedProject, SupportedPackageManagers } from './common';

allSubProjectNames?: string[];
versionBuildInfo?: VersionBuildInfo;
};

@@ -37,2 +38,8 @@ dockerImageId?: any;

}
export interface VersionBuildInfo {
gradleVersion: string;
metaBuildVersion: {
[index: string]: string;
};
}
export interface SinglePackageResult {

@@ -43,2 +50,3 @@ plugin: PluginMetadata;

gradleProjectName?: string;
versionBuildInfo?: VersionBuildInfo;
};

@@ -45,0 +53,0 @@ }

2

package.json

@@ -30,3 +30,3 @@ {

},
"version": "2.1.0"
"version": "2.2.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