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.7 to 2.0.8

2

CHANGELOG.md

@@ -8,3 +8,3 @@ # Changelog

## 2.0.7 (2022-08-29)
## 2.0.8 (2022-08-29)

@@ -11,0 +11,0 @@ ### Added

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

@@ -40,3 +40,3 @@ "publishConfig": {

"dependencies": {
"@jsdotenv/core": "^2.0.7",
"@jsdotenv/core": "^2.0.8",
"minimist": "^1.2.6",

@@ -43,0 +43,0 @@ "cross-spawn": "^7.0.3"

@@ -77,3 +77,3 @@ # dotenv

```shell
dotenv-cli -v KEY=VALUE -- bash -c 'echo "$BASIC"'
dotenv-cli -v KEY=VALUE -- bash -c 'echo "$KEY"'
```

@@ -80,0 +80,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