@snyk/fix-pipenv-pipfile
Advanced tools
Comparing version 0.6.0 to 0.7.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isPipenvInstalled = exports.extractPipenvVersion = void 0; | ||
const child_process_1 = require("@snyk/child-process"); | ||
const debugLib = require("debug"); | ||
const child_process_1 = require("@snyk/child-process"); | ||
const debug = debugLib('snyk-fix:python:Pipfile'); | ||
@@ -23,3 +23,3 @@ function extractPipenvVersion(stdout) { | ||
try { | ||
res = await child_process_1.execute('pipenv', ['--version'], {}); | ||
res = await (0, child_process_1.execute)('pipenv', ['--version'], {}); | ||
} | ||
@@ -26,0 +26,0 @@ catch (e) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pipenvInstall = exports.isPipenvSupportedVersion = exports.isPipenvInstalled = void 0; | ||
var check_pip_env_installed_1 = require("./check-pip-env-installed"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "isPipenvInstalled", { enumerable: true, get: function () { return check_pip_env_installed_1.isPipenvInstalled; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pipenvInstall = void 0; | ||
const bottleneck_1 = require("bottleneck"); | ||
const debugLib = require("debug"); | ||
const bottleneck_1 = require("bottleneck"); | ||
const child_process_1 = require("@snyk/child-process"); | ||
@@ -30,3 +30,3 @@ const debug = debugLib('snyk-fix:python:Pipfile'); | ||
try { | ||
res = await child_process_1.execute('pipenv', args, { | ||
res = await (0, child_process_1.execute)('pipenv', args, { | ||
cwd: projectPath, | ||
@@ -33,0 +33,0 @@ }); |
{ | ||
"name": "@snyk/fix-pipenv-pipfile", | ||
"description": "Snyk python ecosystem fix remediation", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"main": "dist/index.js", | ||
@@ -18,3 +18,5 @@ "scripts": { | ||
"snyk-test": "snyk test", | ||
"pkg-binaries": "npx pkg . -t node12-linux-x64,node12-macos-x64,node12-win-x64 --out-path ./dist/binaries" | ||
"pkg-binaries": "npx pkg . -t node12-linux-x64,node12-macos-x64,node12-win-x64 --out-path ./dist/binaries", | ||
"ci:build": "tsc --project ci/tsconfig.test.json && cp -prnv test ci/dist && rm ci/dist/**/*.ts", | ||
"ci:test": "jest --config ci/jest.config.js" | ||
}, | ||
@@ -37,21 +39,21 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@snyk/child-process": "^0.3.3", | ||
"@snyk/child-process": "^0.4.0", | ||
"bottleneck": "2.19.5", | ||
"debug": "4.3.1", | ||
"tslib": "^1.10.0" | ||
"debug": "4.3.4", | ||
"tslib": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "4.1.5", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.3.1", | ||
"@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"eslint": "5.14", | ||
"eslint-config-prettier": "^6.10.0", | ||
"jest": "^25.1.0", | ||
"prettier": "^1.19.1", | ||
"ts-jest": "^25.1.0", | ||
"ts-node": "8.6.2", | ||
"tsc-watch": "^4.1.0", | ||
"typescript": "^3.7.5" | ||
"@types/debug": "4.1.8", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^20.3.2", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"eslint": "8.43", | ||
"eslint-config-prettier": "^8.8.0", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.8.8", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "10.9.1", | ||
"tsc-watch": "^6.0.4", | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -68,3 +70,3 @@ "pkg": { | ||
}, | ||
"gitHead": "4306de6f948f238a8e455ed5d48c0b1cdb66b730" | ||
"gitHead": "33dd33e84849b5c5f5ecd2b16f40962976fbf63a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10584
139
+ Added@snyk/child-process@0.4.1(transitive)
+ Addeddebug@4.3.4(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@snyk/child-process@0.3.3(transitive)
- Removeddebug@4.3.1(transitive)
- Removedtslib@1.14.1(transitive)
Updated@snyk/child-process@^0.4.0
Updateddebug@4.3.4
Updatedtslib@^2.6.0