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.5.0 to 2.0.0

index.ts

4

dist/index.d.ts

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

import * as legacy from './legacy';
export { legacy };
import { plugin, monitor, common } from './legacy';
export { plugin as legacyPlugin, monitor as legacyMonitor, common as legacyCommon, };

@@ -1,3 +0,4 @@

import * as pluginInterface from './plugin';
import * as monitorInterface from './monitor';
export { pluginInterface, monitorInterface };
import * as plugin from './plugin';
import * as monitor from './monitor';
import * as common from './common';
export { plugin, monitor, common };

@@ -9,5 +9,5 @@ {

},
"main": "dist/index.js",
"main": "index.ts",
"files": [
"dist"
"**/*.ts"
],

@@ -29,3 +29,3 @@ "scripts": {

},
"version": "1.5.0"
"version": "2.0.0"
}

@@ -6,1 +6,5 @@ # snyk-cli-interface

* monitor states sent to snyk.io website
This library should be only imported from Typescript.
As such, the `npm` package is containing the `.ts` files
(not the compiled `dist` directory).
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