🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

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",