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.7.0 to 2.8.0

1

legacy/common.d.ts
import * as graphlib from '@snyk/graphlib';
import { DepGraph } from '@snyk/dep-graph';
export { DepGraph };
export interface DepTreeDep {

@@ -4,0 +5,0 @@ name?: string;

5

legacy/monitor.d.ts

@@ -1,6 +0,7 @@

import { DepTree } from './common';
import { DepTree, DepGraph } from './common';
export interface MonitorBody {
meta: MonitorMeta;
policy: string;
package: DepTree;
package?: DepTree;
dependencyGraph?: DepGraph;
targetFile: string;

@@ -7,0 +8,0 @@ }

@@ -1,2 +0,2 @@

import { CallGraph, DepTree, ScannedProject, SupportedPackageManagers } from './common';
import { CallGraph, DepGraph, DepTree, ScannedProject, SupportedPackageManagers } from './common';
export interface SingleSubprojectPlugin {

@@ -49,2 +49,3 @@ inspect(root: string, targetFile?: string, options?: SingleSubprojectInspectOptions): Promise<SinglePackageResult>;

package: DepTree;
dependencyGraph?: DepGraph;
callGraph?: CallGraph;

@@ -51,0 +52,0 @@ meta?: {

@@ -32,3 +32,3 @@ {

},
"version": "2.7.0"
"version": "2.8.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