🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

env-sops

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-sops - npm Package Compare versions

Comparing version

to
0.0.0-20240306055406

1

bin/env-sops.js

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

.command('decrypt <encrypted-file> <dest-folder>', 'Decrypts the given file', () => { }, (argv) => {
console.info(argv)
console.info(printEncryptInfo(argv?._[0]))

@@ -42,0 +41,0 @@ const srcPath = resolve(process.cwd(), argv?.encryptedFile)

2

package.json
{
"name": "env-sops",
"version": "0.0.0-20240306054748",
"version": "0.0.0-20240306055406",
"description": "Package to help encrypt/decrypt ENV files",

@@ -5,0 +5,0 @@ "main": "index.js",