Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

secure-env-ts

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

secure-env-ts - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

6

dist/cli.js

@@ -67,4 +67,6 @@ #! /usr/bin/env node

const nano = (0, command_exists_1.sync)('nano') ? 'nano' : null;
const atom = (0, command_exists_1.sync)('atom') ? 'atom' : null;
const sublime = (0, command_exists_1.sync)('subl') ? 'subl' : null;
const vim = (0, command_exists_1.sync)('vim') ? 'vim' : null;
const usersEditor = process.env.EDITOR || nano || code || vim || 'vi';
const usersEditor = process.env.EDITOR || nano || code || sublime || atom || vim || 'vi';
const childProcess = (0, child_process_1.spawn)(usersEditor, [file], {

@@ -118,3 +120,3 @@ stdio: 'inherit',

};
if (!code) {
if (usersEditor !== 'code') {
childProcess.on('exit', diffAndSave);

@@ -121,0 +123,0 @@ }

{
"name": "secure-env-ts",
"version": "1.2.7",
"version": "1.2.8",
"description": "Use ENVs securely with encryption",

@@ -5,0 +5,0 @@ "license": "MIT",

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