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

eyes.selenium

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eyes.selenium - npm Package Compare versions

Comparing version 0.0.75 to 0.0.76

16

package.json
{
"name": "eyes.selenium",
"version": "0.0.75",
"version": "0.0.76",
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver",

@@ -26,7 +26,7 @@ "author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)",

},
"license": "Apache-2.0",
"license": "SEE LICENSE IN LICENSE",
"main": "index",
"dependencies": {
"eyes.utils": "0.0.26",
"eyes.sdk": "0.0.66",
"eyes.sdk": "0.0.67",
"q": "^1.4.1"

@@ -37,3 +37,3 @@ },

"protractor": "^5.1.2",
"ava": "^0.18.0"
"ava": "^0.25.0"
},

@@ -47,3 +47,9 @@ "scripts": {

"ava": {
"concurrency": 1
"concurrency": 1,
"failWithoutAssertions": false,
"files": [
"test/*.js",
"!**/simple-appium-test.js",
"!**/simple-sause-test.js"
]
},

@@ -50,0 +56,0 @@ "engines": {

@@ -88,3 +88,3 @@ /*

Eyes.prototype._getBaseAgentId = function () {
return 'selenium-js/0.0.75';
return 'selenium-js/0.0.76';
};

@@ -91,0 +91,0 @@

@@ -453,3 +453,3 @@ /*

return browser.manage().window().getSize().then(function (size) {
logger.verbose(String.format("Done! Size is", size));
logger.verbose("Done! Size is", size);
return size;

@@ -456,0 +456,0 @@ });

Sorry, the diff of this file is not supported yet

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