Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
2
Versions
187
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 0.10.1 to 0.10.2

2

package.json
{
"version": "0.10.1",
"version": "0.10.2",
"name": "@dotenvx/dotenvx",

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

@@ -362,3 +362,3 @@ ![dotenvx](https://dotenvx.com/better-banner.png)

<sub><a href="https://github.com/dotenvx/heroku-buildpack-dotenvx">buildpack docs</a></sub>
[see heroku guide](https://dotenvx.com/docs/platforms/heroku)

@@ -365,0 +365,0 @@ </details>

@@ -93,3 +93,3 @@ const fs = require('fs')

case 'ENOENT':
logger.warnv(`missing .env file (${filepath})`)
logger.warnv(`missing ${envFilepath} file (${filepath})`)
logger.help(`? in development: add one with [echo "HELLO=World" > .env] and re-run [dotenvx run -- ${commandArgs.join(' ')}]`)

@@ -96,0 +96,0 @@ logger.help('? for production: set [DOTENV_KEY] on your server and re-deploy')

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