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.6 to 8.4.7

3

build/index.js

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

'config',
...(opts.yes ? ['--yes'] : [])
...(opts.yes ? ['--yes'] : []),
...(opts.npmTag ? ['--npm-tag', opts.npmTag] : [])
].filter(i => !!i), { cwd: root });

@@ -81,0 +82,0 @@ }

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

@@ -42,22 +42,22 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.10.5",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-v8": "^1.1.0",
"eslint": "^8.56.0",
"@types/node": "^20.11.26",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"npm-run-all": "^4.1.5",
"release-it": "^17.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"release-it": "^17.1.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"commander": "^12.0.0",
"cross-spawn": "^7.0.3",
"import-meta-resolve": "^4.0.0",
"semver": "^7.5.4"
"semver": "^7.6.0"
}
}
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