Socket
Socket
Sign inDemoInstall

prescript

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prescript - npm Package Compare versions

Comparing version 0.5555555.0 to 0.55555555.0-5

5

lib/createReporter.js

@@ -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 = {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc