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

@applitools/driver

Package Overview
Dependencies
Maintainers
21
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.0.0 to 1.0.1

2

.bongo/dry-run/package-lock.json

@@ -7,3 +7,3 @@ {

"version": "file:../dry-run.tgz",
"integrity": "sha512-j4uS350Xv4vpMEzOzWy8rlqJ3S2UccQCulQaB6BpidvZ+iGtHnkbEsp7ffgbF9qVBXIAzYFl+5qSv3kzxX7acg==",
"integrity": "sha512-GSrryp64b0B29VRYaZ1P5U6PoLMWYboJBlxl7gUVEx7vzFp7vmdXt1ZhGXsSYokusbE8vE4tVZWEPvfiqmdsww==",
"requires": {

@@ -10,0 +10,0 @@ "@applitools/snippets": "2.1.0",

@@ -0,7 +1,12 @@

# Change Log
## Unreleased
## 1.0.1 - 2020/12/1
- add getTransforms method to the element
## 1.0.0 - 2020/12/1
- Provide a framework-agnostic way to work with webdriver/cdp drivers
# Change Log
## Unreleased
- Provide a framework-agnostic way to work with webdriver/cdp drivers
{
"name": "@applitools/driver",
"version": "1.0.0",
"version": "1.0.1",
"description": "Applitools universal framework wrapper",

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

@@ -126,2 +126,6 @@ const scripts = require('./scripts')

async getTransforms() {
return this.withRefresh(() => scripts.getTransforms(this._logger, this._context, this))
}
async hideScrollbars() {

@@ -128,0 +132,0 @@ return this.withRefresh(async () => {

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