🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
2
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotenvx/dotenvx - npm Package Compare versions

Comparing version
1.63.0
to
1.64.0
+1
-1
package.json
{
"version": "1.63.0",
"version": "1.64.0",
"name": "@dotenvx/dotenvx",

@@ -4,0 +4,0 @@ "description": "secrets for agents–from the creator of `dotenv`",

@@ -200,3 +200,3 @@ #!/usr/bin/env node

program.command('logout', { hidden: true })
.description('optional: log out of your dotenvx account')
.description('log out of your dotenvx account')
.allowUnknownOption()

@@ -208,2 +208,11 @@ .action(() => {

// dotenvx armor
program.command('armor', { hidden: true })
.description('ARMORED KEYS ⛨')
.allowUnknownOption()
.action((args) => {
const rawArgs = ['ops', 'armor', ...process.argv.slice(3)]
executeDynamic(program, 'ops', rawArgs)
})
// dotenvx help

@@ -210,0 +219,0 @@ program.command('help [command]')

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display