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

webdriverio

Package Overview
Dependencies
Maintainers
3
Versions
749
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriverio - npm Package Compare versions

Comparing version 9.5.3 to 9.5.4

4

build/commands/element/dragAndDrop.d.ts

@@ -17,4 +17,4 @@ import type { ChainablePromiseElement, DragAndDropCoordinate, DragAndDropOptions } from '../../types.js';

it('should demonstrate the dragAndDrop command', async () => {
const elem = await $('#someElem')
const target = await $('#someTarget')
const elem = $('#someElem')
const target = $('#someTarget')

@@ -21,0 +21,0 @@ // drag and drop to other element

@@ -19,4 +19,4 @@ export {};

it('should demonstrate the dragAndDrop command', async () => {
const elem = await $('#someElem')
const target = await $('#someTarget')
const elem = $('#someElem')
const target = $('#someTarget')

@@ -23,0 +23,0 @@ // drag and drop to other element

{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "9.5.3",
"version": "9.5.4",
"homepage": "https://webdriver.io",

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

"urlpattern-polyfill": "^10.0.0",
"webdriver": "9.5.3"
"webdriver": "9.5.4"
},

@@ -114,3 +114,3 @@ "peerDependencies": {

},
"gitHead": "f637de6d4711fe0e3f6d84925286481afcacc324"
"gitHead": "b4e5733841d26e9b3e29cac5630f9bb67e33e00e"
}

Sorry, the diff of this file is too big to display

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