Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kunlun

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kunlun - npm Package Compare versions

Comparing version 0.2.9 to 0.2.11

8

lib/kunlun.js

@@ -161,9 +161,9 @@ 'use strict';

AppiumDriver.prototype.scrollDown: function(driver) {
return driver
AppiumDriver.prototype.scrollDown = function() {
return this
.execute("mobile: scroll", [{ direction: 'down' }])
};
AppiumDriver.prototype.scrollUp: function(driver) {
return driver
AppiumDriver.prototype.scrollUp = function() {
return this
.execute("mobile: scroll", [{ direction: 'up' }])

@@ -170,0 +170,0 @@ };

{
"name": "kunlun",
"version": "0.2.9",
"version": "0.2.11",
"author": "Chaoyi Chen, Lillian Wang",

@@ -5,0 +5,0 @@ "description": "Enhanced Appium JS Client",

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