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.6.1 to 2.7.0

4

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

@@ -25,3 +26,4 @@ name?: string;

export interface ScannedProject {
depTree: DepTree;
depTree?: DepTree;
depGraph?: DepGraph;
targetFile?: string;

@@ -28,0 +30,0 @@ meta?: any;

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

args?: string[];
useDepGraph?: boolean;
}

@@ -18,0 +19,0 @@ export interface SingleSubprojectInspectOptions extends BaseInspectOptions {

@@ -28,6 +28,7 @@ {

"dependencies": {
"tslib": "^1.9.3",
"@snyk/graphlib": "2.1.9-patch"
"@snyk/dep-graph": "1.19.0",
"@snyk/graphlib": "2.1.9-patch",
"tslib": "^1.9.3"
},
"version": "2.6.1"
"version": "2.7.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