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

create-wdio

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-wdio - npm Package Compare versions

Comparing version 8.3.3 to 8.3.4

4

build/index.js

@@ -59,5 +59,5 @@ import fs from 'node:fs/promises';

// for pnpm check for "~/Library/pnpm/store/v3/..."
process.argv[0].includes(`${path.sep}${pm}${path.sep}`) ||
process.argv[1].includes(`${path.sep}${pm}${path.sep}`) ||
// for NPM and Yarn check for "~/.npm/npx/..." or "~/.yarn/bin/create-wdio"
process.argv[0].includes(`${path.sep}.${pm}${path.sep}`))) || 'npm';
process.argv[1].includes(`${path.sep}.${pm}${path.sep}`))) || 'npm';
/**

@@ -64,0 +64,0 @@ * create a package-lock.json, yarn.lock or pnpm-lock.yaml so

{
"name": "create-wdio",
"version": "8.3.3",
"version": "8.3.4",
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",

@@ -5,0 +5,0 @@ "author": "Christian Bromann <mail@bromann.dev>",

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