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.3.2 to 2.4.0

3

legacy/common.d.ts

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

import * as graphlib from 'graphlib';
export interface DepTreeDep {

@@ -27,2 +28,3 @@ name?: string;

meta?: any;
callGraph?: CallGraph;
}

@@ -37,1 +39,2 @@ export declare type SupportedPackageManagers = 'rubygems' | // Ruby

'rpm' | 'apk' | 'deb' | 'dockerfile';
export declare type CallGraph = graphlib.Graph;

3

legacy/plugin.d.ts

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

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

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

package: DepTree;
callGraph?: CallGraph;
meta?: {

@@ -50,0 +51,0 @@ gradleProjectName?: string;

@@ -24,2 +24,3 @@ {

"devDependencies": {
"@types/graphlib": "^2.1.5",
"tslint": "^5.14.0",

@@ -31,3 +32,3 @@ "typescript": "^3.3.4000"

},
"version": "2.3.2"
"version": "2.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