@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.42 to 0.0.1-beta.43
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.42", | ||
"version": "0.0.1-beta.43", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ const path = require('path'); | ||
open: fs.existsSync(path.resolve(dir, 'example')) ? 'example' : true, | ||
host: 'localhost' | ||
host: process.env.LOCALHOST || 'localhost' | ||
}, | ||
@@ -42,0 +42,0 @@ module: { |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
43423
10