๐Ÿšจ Active Supply Chain Attack:node-ipc Package Compromised.Learn More โ†’
Socket
Book a DemoSign in
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
2
Versions
269
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.57.3
to
1.57.4
+8
-2
CHANGELOG.md

@@ -5,4 +5,10 @@ # Changelog

[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.57.3...main)
[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.57.4...main)
## [1.57.4](https://github.com/dotenvx/dotenvx/compare/v1.57.3...v1.57.4) (2026-03-26)
### Changes
* Use `curl` example for install [dotenvx.com/ops](https://dotenvx.com/ops) ([#767](https://github.com/dotenvx/dotenvx/pull/766))
## [1.57.3](https://github.com/dotenvx/dotenvx/compare/v1.57.2...v1.57.3) (2026-03-26)

@@ -62,3 +68,3 @@

* Add 'KEYS OFF COMPUTER' security feature when [dotenvx-ops](https://dotenvx.com/ops) installed ([#746](https://github.com/dotenvx/dotenvx/pull/746))
* Add 'โ›จ ARMORED KEYS: Harden your private keys.' security feature when [dotenvx-ops](https://dotenvx.com/ops) installed ([#746](https://github.com/dotenvx/dotenvx/pull/746))

@@ -65,0 +71,0 @@ ### Removed

+1
-1
{
"version": "1.57.3",
"version": "1.57.4",
"name": "@dotenvx/dotenvx",

@@ -4,0 +4,0 @@ "description": "a secure dotenvโ€“from the creator of `dotenv`",

@@ -6,3 +6,3 @@ const path = require('path')

function installCommandForOps () {
return 'npm i -g @dotenvx/dotenvx-ops'
return 'curl -sfS https://dotenvx.sh/ops | sh'
}

@@ -16,9 +16,9 @@

' โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—',
' โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ•โ• โ•šโ•โ•โ•โ•โ–ˆโ–ˆโ•‘',
' โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ•โ• โ•šโ•โ•โ•โ•โ–ˆโ–ˆโ•‘ [www.dotenvx.com/ops]',
' โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘',
' โ•šโ•โ•โ•โ•โ•โ• โ•šโ•โ• โ•šโ•โ•โ•โ•โ•โ•โ•',
'',
' KEYS OFF COMPUTER: Add hardened key protection with dotenvx-ops.',
` Install now: [${installCommand}]`,
' Learn more: [https://dotenvx.com/ops]'
' โ›จ ARMORED KEYS: Harden your private keys.',
` โฎ• install [${installCommand}]`,
' โฎ• and then run [dotenvx-ops login]'
]

@@ -25,0 +25,0 @@

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