create-dotenv
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3924
6
1
4
0
1
+ Addedminimist@^1.2.6
+ Added@jsdotenv/core@2.0.9(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removed@jsdotenv/core@2.0.1(transitive)
Updated@jsdotenv/core@^2.0.4