vue-cli-plugin-env-validator
Advanced tools
+1
-1
| { | ||
| "name": "vue-cli-plugin-env-validator", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "A Vue CLI Plugin to validate Environment Variables with type checking and required behavior", | ||
@@ -5,0 +5,0 @@ "main": "plugin/service.js", |
+7
-15
@@ -26,13 +26,9 @@ # Vue CLI Env Validator Plugin | ||
| }, | ||
| VUE_APP_FIREBASE_AUTH_DOMAIN: { | ||
| type: String, | ||
| VUE_APP_ENABLE_FIREBASE_AUTH: { | ||
| type: Boolean, | ||
| required: true | ||
| }, | ||
| VUE_APP_FIREBASE_DATABASE_URL: { | ||
| type: String, | ||
| VUE_APP_FIREBASE_AUTH_PWD_MIN_LENGTH: { | ||
| type: Number, | ||
| required: true | ||
| }, | ||
| VUE_APP_FIREBASE_PROJECT_ID: { | ||
| type: String, | ||
| required: true | ||
| } | ||
@@ -59,13 +55,9 @@ } | ||
| }, | ||
| FIREBASE_AUTH_DOMAIN: { | ||
| ENABLE_FIREBASE_AUTH: { | ||
| type: String, | ||
| required: true | ||
| }, | ||
| FIREBASE_DATABASE_URL: { | ||
| type: String, | ||
| FIREBASE_AUTH_PWD_MIN_LENGTH: { | ||
| type: Number, | ||
| required: true | ||
| }, | ||
| FIREBASE_PROJECT_ID: { | ||
| type: String, | ||
| required: true | ||
| } | ||
@@ -72,0 +64,0 @@ } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
4639
-3.64%71
-10.13%