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

eyes.selenium

Package Overview
Dependencies
Maintainers
5
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 3.8.10 to 3.8.11

12

CHANGELOG.md

@@ -0,8 +1,12 @@

# Changelog
## Unreleased
## 3.8.11 - 2020/3/29
- RunningSession is no longer determined to be new according to startSession's response status, but rather by the response's payload of `isNew`. ([Trello](https://trello.com/c/60Rm4xXG/240-support-future-long-running-tasks))
## 3.8.10
- Fix for bug on mobile browsers that captures the whole screen instead of cropping to just the viewport ([Trello 274](https://trello.com/c/NfcL4xXw))
# Changelog
## Unreleased
{
"name": "eyes.selenium",
"version": "3.8.10",
"version": "3.8.11",
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver",

@@ -47,4 +47,4 @@ "keywords": [

"dependencies": {
"eyes.sdk": "4.0.5",
"eyes.utils": "3.8.1"
"eyes.sdk": "5.0.0",
"eyes.utils": "4.0.0"
},

@@ -69,2 +69,3 @@ "devDependencies": {

"uc": "bongo --update-changelog",
"verify-commits": "bongo --verify-commits",
"test": "npm run test:unit && npm run test:e2e",

@@ -78,5 +79,5 @@ "test:e2e": "npm run test:selenium",

"typings": "tsc --declaration",
"postpublish": "git push; git push --tags",
"preversion": "yarn vv && yarn vc",
"version": "yarn uc && git add CHANGELOG.md"
"preversion": "yarn vv && yarn vc && yarn verify-commits",
"version": "yarn uc && git add CHANGELOG.md",
"postversion": "git push --follow-tags"
},

@@ -83,0 +84,0 @@ "license": "SEE LICENSE IN LICENSE",

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