New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 0.5.10

1

lib/config.d.ts

@@ -15,2 +15,3 @@ export declare const CONFIG: {

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

@@ -17,0 +18,0 @@ sleepMs: number;

@@ -32,2 +32,3 @@ "use strict";

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

@@ -34,0 +35,0 @@ sleepMs: parseNumber(process.env.QAW_SLEEP_MS, 2000),

4

package.json
{
"name": "@qawolf/config",
"description": "qawolf config (node only)",
"version": "0.5.0",
"version": "0.5.10",
"license": "BSD-3.0",

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

},
"gitHead": "ab0de314c354a4adb5889edd2a35a98ea7708798"
"gitHead": "6c6f200a508e6ab8e01005878beba110b5021573"
}

@@ -32,2 +32,3 @@ import dotenv from "dotenv";

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

@@ -34,0 +35,0 @@ // slow down each step by 2s 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