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.3.1 to 1.4.0

4

dist/legacy/plugin.d.ts

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

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

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

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

},
"version": "1.3.1"
"version": "1.4.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