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.6 to 1.2.7

2

dist/cli.js

@@ -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",

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