Socket
Socket
Sign inDemoInstall

@snyk/fix-poetry

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/fix-poetry - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

dist/poetry-add.d.ts

1

dist/index.d.ts
export { isPoetryInstalled } from './check-poetry-is-installed';
export { isPoetrySupportedVersion } from './is-poetry-supported-version';
export { poetryAdd } from './poetry-add';

@@ -7,2 +7,4 @@ "use strict";

Object.defineProperty(exports, "isPoetrySupportedVersion", { enumerable: true, get: function () { return is_poetry_supported_version_1.isPoetrySupportedVersion; } });
var poetry_add_1 = require("./poetry-add");
Object.defineProperty(exports, "poetryAdd", { enumerable: true, get: function () { return poetry_add_1.poetryAdd; } });
//# sourceMappingURL=index.js.map

5

package.json
{
"name": "@snyk/fix-poetry",
"description": "Snyk python ecosystem fix remediation",
"version": "0.5.1",
"version": "0.6.0",
"main": "dist/index.js",

@@ -37,2 +37,3 @@ "scripts": {

"@snyk/child-process": "^0.3.1",
"bottleneck": "2.19.5",
"debug": "4.3.1",

@@ -68,3 +69,3 @@ "prettier": "^2.3.0",

},
"gitHead": "f247c50170cf67561cf870a12f72e2e2f7030511"
"gitHead": "8f0a2b7e72604e2c9de9180d6f2ec003d5708cd5"
}

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