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
191
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.25.1 to 0.26.0

src/cli/actions/hub/pull.js

2

package.json
{
"version": "0.25.1",
"version": "0.26.0",
"name": "@dotenvx/dotenvx",

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

@@ -24,2 +24,9 @@ const { Command } = require('commander')

hub
.command('pull')
.description('pull .env.keys from dotenvx hub')
.argument('[directory]', 'directory to pull', '.')
.option('-h, --hostname <url>', 'set hostname', store.getHostname())
.action(require('./../actions/hub/pull'))
hub
.command('open')

@@ -26,0 +33,0 @@ .description('view repository on dotenvx hub')

@@ -12,3 +12,3 @@ const dotenv = require('dotenv')

processEnv: {},
parsed: parsed
parsed
}

@@ -15,0 +15,0 @@ const evaled = dotenvEval.eval(inputParsed).parsed

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