Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.1 to 8.4.2

3

__mocks__/commander.ts
import { vi } from 'vitest'
import * as path from 'node:path'

@@ -9,3 +10,3 @@ const command: any = {}

command.action = vi.fn((cb) => {
cb('someProjectName')
cb(`${path.sep}foo${path.sep}bar${path.sep}someProjectName`)
return command

@@ -12,0 +13,0 @@ })

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

await fs.writeFile(path.resolve(root, 'package.json'), JSON.stringify({
name: root.replace(/\/$/, '').split('/').pop(),
name: root.substring(root.lastIndexOf(path.sep) + 1),
type: 'module'

@@ -62,0 +62,0 @@ }, null, 2));

{
"name": "create-wdio",
"version": "8.4.1",
"version": "8.4.2",
"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