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

@applitools/driver

Package Overview
Dependencies
Maintainers
22
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.1 to 1.0.2

2

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

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

"version": "file:../dry-run.tgz",
"integrity": "sha512-GSrryp64b0B29VRYaZ1P5U6PoLMWYboJBlxl7gUVEx7vzFp7vmdXt1ZhGXsSYokusbE8vE4tVZWEPvfiqmdsww==",
"integrity": "sha512-4x8riorXCbPAKB3XzE+XkH1I0frvd+SADrZcdeSQaOJ5U/jIOzz2c7o1JNtfDOm4HYFiIGavbR/fae+KhQ4znQ==",
"requires": {

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

@@ -6,2 +6,6 @@ # Change Log

## 1.0.2 - 2020/12/29
- add `setTransforms` method to element
- add `setTransforms` method to element
## 1.0.1 - 2020/12/1

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

{
"name": "@applitools/driver",
"version": "1.0.1",
"version": "1.0.2",
"description": "Applitools universal framework wrapper",

@@ -35,3 +35,3 @@ "keywords": [

"devDependencies": {
"@applitools/sdk-release-kit": "0.10.5",
"@applitools/sdk-release-kit": "0.10.6",
"eslint": "^7.9.0",

@@ -38,0 +38,0 @@ "eslint-plugin-mocha-no-only": "^1.1.1",

@@ -130,2 +130,8 @@ const scripts = require('./scripts')

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

@@ -132,0 +138,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