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

create-dotenv

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-dotenv - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

dist/index.js

@@ -91,3 +91,3 @@ #!/usr/bin/env node

const program = new Command();
program.version(`@jsdotenv/cli ${require("./package.json").version}`).usage("<command> [options]");
program.version(`@jsdotenv/cli ${require("../package.json").version}`).usage("<command> [options]");
program.command("load").description("load env by @jsdotenv/cli").option("-e --environment <envFilePath>", "parses the file <path> as a `.env` file and adds the variables to the environment").option("-e --environment <envFilePath>", "multiple -e flags are allowed").action(options => {

@@ -94,0 +94,0 @@ console.log(options);

{
"name": "create-dotenv",
"version": "2.0.2",
"version": "2.0.3",
"description": "Loads environment variables from .env file",

@@ -5,0 +5,0 @@ "publishConfig": {

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