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

driver-base

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

driver-base - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

12

lib/driver-base.js

@@ -61,10 +61,2 @@ 'use strict';

DriverBase.prototype.flick = function() {
throw new errors.NotImplementedError();
};
DriverBase.prototype.tap = function() {
throw new errors.NotImplementedError();
};
DriverBase.prototype.getText = function() {

@@ -98,7 +90,7 @@ throw new errors.NotImplementedError();

DriverBase.prototype.isDisplayed = function() {
DriverBase.prototype.getRect = function() {
throw new errors.NotImplementedError();
};
DriverBase.prototype.moveTo = function() {
DriverBase.prototype.isDisplayed = function() {
throw new errors.NotImplementedError();

@@ -105,0 +97,0 @@ };

2

package.json
{
"name": "driver-base",
"version": "0.1.3",
"version": "0.1.4",
"description": "driver-base",

@@ -5,0 +5,0 @@ "keywords": [

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