🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.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.59.0
to
1.59.1
+7
-1
CHANGELOG.md

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

[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.59.0...main)
[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.59.1...main)
## [1.59.1](https://github.com/dotenvx/dotenvx/compare/v1.59.0...v1.59.1) (2026-03-28)
### Added
* add `HELLO` key to the kit sample to match most of our examples in the README
## [1.59.0](https://github.com/dotenvx/dotenvx/compare/v1.58.0...v1.59.0) (2026-03-28)

@@ -9,0 +15,0 @@

+1
-1
{
"version": "1.59.0",
"version": "1.59.1",
"name": "@dotenvx/dotenvx",

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

const SAMPLE_ENV_KIT = `
HELLO="Dotenvx"
# ── Database ─────────────────────────────────────

@@ -3,0 +5,0 @@ DATABASE_URL="postgresql://postgres:pass@db.ref.supabase.co:5432/postgres"

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