Gathering detailed insights and metrics for @rpai/wdio-types
Gathering detailed insights and metrics for @rpai/wdio-types
npm install @rpai/wdio-types
Typescript
Module System
Min. Node Version
Node Version
NPM Version
75.7
Supply Chain
80.1
Quality
77.1
Maintenance
100
Vulnerability
100
License
TypeScript (94.46%)
JavaScript (3.3%)
EJS (1.45%)
CSS (0.68%)
Gherkin (0.06%)
Dockerfile (0.03%)
Vue (0.01%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
335
Last Day
1
Last Week
7
Last Month
33
Last Year
335
MIT License
9,177 Stars
7,802 Commits
2,538 Forks
215 Watchers
29 Branches
618 Contributors
Updated on Feb 12, 2025
Latest Version
1.0.1
Package Id
@rpai/wdio-types@1.0.1
Unpacked Size
163.68 kB
Size
37.91 kB
File Count
38
NPM Version
10.7.0
Node Version
20.15.0
Published on
Sep 27, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-46.2%
7
Compared to previous week
Last Month
175%
33
Compared to previous month
Last Year
0%
335
Compared to previous year
1
This package contains a bunch of TypeScript types for internal WebdriverIO consumption. Feel free however to use them in your TypeScript project too.
To install this package from NPM run:
1npm i @wdio/types
The package exports the following major type bundles: Capabilities
, Clients
, Options
, Services
, Frameworks
and Reporters
. A lot of them are very WebdriverIO specific but you can leverage some, e.g.
1import type { Capabilities } from '@wdio/types'; 2 3const w3cCaps: Capabilities.W3CCapabilities = { 4 alwaysMatch: {...}, 5 firstMatch: [], 6 // fails with "Object literal may only specify known properties, and 'invalid' does not exist in type 'W3CCapabilities'.ts(2322)" 7 invalid: 42 8}
For details please take a look into the individual files.
For more information on WebdriverIO see the homepage.
No vulnerabilities found.
Reason
30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
badge detected: Passing
Reason
Found 9/23 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More