mellon-server
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,4 @@ #!/usr/bin/env node | ||
require('dotenv').config({path:`${__dirname}/../.env`}); | ||
program | ||
@@ -8,0 +10,0 @@ .option('--host <host>','host','localhost') |
{ | ||
"name": "mellon-server", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A small hackable HTTP server", | ||
@@ -16,2 +16,3 @@ "main": "index.js", | ||
"commander": "^12.0.0", | ||
"dotenv": "^16.4.5", | ||
"http": "^0.0.1-security", | ||
@@ -18,0 +19,0 @@ "log4js": "^6.9.1" |
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
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
7482
167
4
+ Addeddotenv@^16.4.5
+ Addeddotenv@16.4.7(transitive)