New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aofl/cli-lib

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/cli-lib - npm Package Compare versions

Comparing version 3.9.0 to 3.12.0

7

modules/wdio-config/wdio-merge-config.js

@@ -196,2 +196,9 @@ /**

/**
* Gets executed before a worker process is spawned and can be used to initialise specific service for that
* worker as well as modify runtime environments in an async fashion.
*/
onWorkerStart(cid, caps, specs, args, execArgv) {
return MergeConfig.applyHook('onWorkerStart', defaultConfig, userConfig, cid, caps, specs, args, execArgv);
},
/**
* Gets executed once before all workers get launched.

@@ -198,0 +205,0 @@ * @param {Object} config wdio configuration object

2

package.json
{
"name": "@aofl/cli-lib",
"version": "3.9.0",
"version": "3.12.0",
"description": "Shared library for cli and various webpack plugins.",

@@ -5,0 +5,0 @@ "main": "index.js",

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