Comparing version 0.5555555.0 to 0.55555555.0-5
@@ -41,2 +41,7 @@ "use strict"; | ||
test.addLabel(allure_js_commons_1.LabelName.FRAMEWORK, `prescript@${prescriptVersion}`); | ||
for (const [key, value] of Object.entries(process.env)) { | ||
if (key.startsWith('ALLURE_ENV_') && value) { | ||
test.addParameter(key, value); | ||
} | ||
} | ||
let stack = new TestStepStack(test); | ||
@@ -43,0 +48,0 @@ singletonAllureInstance_1.default.currentReportingInterface = { |
{ | ||
"name": "prescript", | ||
"version": "0.5555555.0", | ||
"version": "0.55555555.0-5", | ||
"description": "Object-oriented acceptance test tool", | ||
@@ -5,0 +5,0 @@ "main": "./lib/singletonApi.js", |
Sorry, the diff of this file is not supported yet
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
132504
2030
13