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.2.3 to 8.2.4

29

package.json
{
"name": "create-wdio",
"version": "8.2.3",
"version": "8.2.4",
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",

@@ -37,3 +37,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

"test:eslint": "eslint -c ./.eslintrc.cjs ./src/**/*.ts ./tests/**/*.ts",
"test:unit": "vitest",
"test:unit": "vitest --run",
"watch": "npm run compile -- --watch"

@@ -43,24 +43,23 @@ },

"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitest/coverage-c8": "^0.29.8",
"c8": "^7.12.0",
"eslint": "^8.32.0",
"@types/node": "^20.3.1",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-v8": "^0.32.0",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"npm-run-all": "^4.1.5",
"release-it": "^15.6.0",
"typescript": "^5.0.2",
"vitest": "^0.30.0"
"release-it": "^15.11.0",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0",
"commander": "^10.0.1",
"cross-spawn": "^7.0.3",
"has-yarn": "^3.0.0",
"read-pkg-up": "^9.1.0",
"semver": "^7.3.8"
"semver": "^7.5.1"
}
}

@@ -17,8 +17,8 @@ /// <reference types="vitest" />

exclude: ['**/build/**', '__mocks__', '**/*.test.ts'],
lines: 98,
lines: 97,
functions: 80,
branches: 77,
statements: 98
branches: 72,
statements: 97
}
}
})
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