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.3 to 2.0.4

15

CHANGELOG.md

@@ -1,9 +0,14 @@

# create-dotenv
# Changelog
- change pkg name
All notable changes to this project will be documented in this file.
## 1.1.4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### Major Changes
## 2.0.4 (2022-08-29)
- init
### Added
- init cli
- fully typescript
- fully tested
{
"name": "create-dotenv",
"version": "2.0.3",
"version": "2.0.4",
"description": "Loads environment variables from .env file",

@@ -40,8 +40,12 @@ "publishConfig": {

"dependencies": {
"@jsdotenv/core": "2.0.1",
"@jsdotenv/core": "^2.0.4",
"chalk": "4.1.2",
"commander": "^9.4.0",
"envinfo": "^7.8.1",
"leven": "^4.0.0",
"chalk": "4.1.2",
"commander": "^9.4.0"
"minimist": "^1.2.6"
},
"devDependencies": {
"@types/minimist": "^1.2.2"
}
}
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