New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dotenvx/dotenvx

Package Overview
Dependencies
Maintainers
2
Versions
189
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.15.0 to 0.15.1

7

package.json
{
"version": "0.15.0",
"version": "0.15.1",
"name": "@dotenvx/dotenvx",

@@ -26,2 +26,3 @@ "description": "a better dotenv–from the creator of `dotenv`",

},
"funding": "Have you seen dotenvx.com? run anywhere, cross-platform, and encrypted envs.",
"dependencies": {

@@ -34,4 +35,4 @@ "@inquirer/prompts": "^3.3.0",

"conf": "^10.2.0",
"dotenv": "^16.4.0",
"dotenv-expand": "^10.0.0",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.2",
"execa": "^5.1.1",

@@ -38,0 +39,0 @@ "ignore": "^5.3.0",

@@ -42,3 +42,3 @@ const logger = require('./../shared/logger')

const expandPlease = {
ignoreProcessEnv: true, // https://github.com/motdotla/dotenv-expand?tab=readme-ov-file#ignoreprocessenv
processEnv: {}, // https://github.com/motdotla/dotenv-expand?tab=readme-ov-file#processenv
parsed: { ...parsed, ...process.env } // must merge process.env in order to use pre-existing envs for expansion of parsed object

@@ -45,0 +45,0 @@ }

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