secure-env-ts
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
const vim = (0, command_exists_1.sync)('vim') ? 'vim' : null; | ||
const usersEditor = "code" || process.env.EDITOR || nano || code || vim || 'vi'; | ||
const usersEditor = process.env.EDITOR || nano || code || vim || 'vi'; | ||
const childProcess = (0, child_process_1.spawn)(usersEditor, [file], { | ||
@@ -71,0 +71,0 @@ stdio: 'inherit', |
{ | ||
"name": "secure-env-ts", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Use ENVs securely with encryption", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
30429