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.12.0 to 2.13.0

1

legacy/plugin.d.ts

@@ -30,2 +30,3 @@ import { CallGraphResult, DepGraph, DepTree, ScannedProject, SupportedPackageManagers } from './common';

runtime?: string;
targetRuntime?: string;
targetFile?: string;

@@ -32,0 +33,0 @@ packageManager?: SupportedPackageManagers;

6

legacy/plugin.js

@@ -5,3 +5,4 @@ "use strict";

function adaptSingleProjectPlugin(plugin) {
return { inspect: (root, targetFile, options) => {
return {
inspect: (root, targetFile, options) => {
if (options && isMultiSubProject(options)) {

@@ -14,3 +15,4 @@ const name = plugin.pluginName ? plugin.pluginName() : '[unknown]';

}
} };
},
};
}

@@ -17,0 +19,0 @@ exports.adaptSingleProjectPlugin = adaptSingleProjectPlugin;

@@ -34,3 +34,3 @@ {

},
"version": "2.12.0"
"version": "2.13.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