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

@applitools/driver

Package Overview
Dependencies
Maintainers
39
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/driver - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

CHANGELOG.md

6

dist/helper-android.js

@@ -78,3 +78,7 @@ "use strict";

return null;
return resourceId.split('/')[1];
this.logger.log(`Helper library resource-id: ${resourceId}`);
const result = resourceId.split('/');
if (result.length === 1)
return result[0];
return result[1];
}

@@ -81,0 +85,0 @@ async _command(command) {

23

package.json
{
"name": "@applitools/driver",
"version": "1.12.1",
"version": "1.12.2",
"description": "Applitools universal framework wrapper",

@@ -27,5 +27,2 @@ "keywords": [

},
"aliases": [
"driver"
],
"exports": {

@@ -75,19 +72,13 @@ ".": {

"scripts": {
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'",
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts'",
"test:sanity": "yarn test",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion"
"lint": "run --top-level eslint '**/*.ts'",
"build": "run --top-level tsc --project ./tsconfig.build.json",
"test": "run --top-level mocha './test/**/*.spec.ts'"
},
"dependencies": {
"@applitools/logger": "2.0.2",
"@applitools/logger": "2.0.3",
"@applitools/snippets": "2.4.21",
"@applitools/utils": "1.3.37",
"@applitools/utils": "1.4.0",
"semver": "7.3.7"
},
"devDependencies": {
"@applitools/bongo": "^4.0.0",
"@types/node": "^12.20.55"

@@ -98,2 +89,2 @@ },

}
}
}
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