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 1.4.0 to 1.5.0

4

dist/legacy/plugin.d.ts

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

export interface Plugin extends SingleSubprojectPlugin {
inspect<T extends InspectOptions>(root: string, targetFile?: string, options?: T): Promise<T extends MultiSubprojectInspectOptions ? MultiProjectResult : SinglePackageResult>;
inspect(root: string, targetFile?: string, options?: InspectOptions): Promise<InspectResult>;
inspect(root: string, targetFile?: string, options?: SingleSubprojectInspectOptions): Promise<SinglePackageResult>;
inspect(root: string, targetFile: string | undefined, options: MultiSubprojectInspectOptions): Promise<MultiProjectResult>;
}

@@ -10,0 +12,0 @@ export declare function adaptSingleProjectPlugin(plugin: SingleSubprojectPlugin): Plugin;

@@ -28,3 +28,3 @@ {

},
"version": "1.4.0"
"version": "1.5.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