Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qawolf/config

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/config - npm Package Compare versions

Comparing version 0.5.12 to 0.5.14

2

lib/config.d.ts

@@ -16,3 +16,3 @@ export declare const CONFIG: {

logPath: string | undefined;
navigationTimeout: number;
navigationTimeoutMs: number;
serial: boolean;

@@ -19,0 +19,0 @@ sleepMs: number;

@@ -33,3 +33,3 @@ "use strict";

logPath: process.env.QAW_LOG_PATH,
navigationTimeout: parseNumber(process.env.QAW_NAVIGATION_TIMEOUT, 60000),
navigationTimeoutMs: parseNumber(process.env.QAW_NAVIGATION_TIMEOUT_MS, 60000),
serial: parseBool(process.env.QAW_SERIAL),

@@ -36,0 +36,0 @@ sleepMs: parseNumber(process.env.QAW_SLEEP_MS, 1000),

{
"name": "@qawolf/config",
"description": "qawolf config (node only)",
"version": "0.5.12",
"version": "0.5.14",
"license": "BSD-3.0",

@@ -29,3 +29,3 @@ "main": "./lib/index.js",

},
"gitHead": "f4ac1245b88c32309fa357e627185b33cfd861d3"
"gitHead": "cb40ac9ea6354977f96a234a0557381fab20bc53"
}

@@ -33,3 +33,6 @@ import dotenv from "dotenv";

logPath: process.env.QAW_LOG_PATH,
navigationTimeout: parseNumber(process.env.QAW_NAVIGATION_TIMEOUT, 60000),
navigationTimeoutMs: parseNumber(
process.env.QAW_NAVIGATION_TIMEOUT_MS,
60000
),
serial: parseBool(process.env.QAW_SERIAL),

@@ -36,0 +39,0 @@ // slow down each step by 1s to make it watchable

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