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.5 to 1.0.6

10

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

@@ -7,6 +7,6 @@ {

"version": "file:../dry-run.tgz",
"integrity": "sha512-X2nnFO7gN1kUdmfF1n9tJIHzKxyFcIIyxKdKR9SFT6eFkbdKooAjIvzv1myC1xYJs1nKXj2vYLx1jDGifAZfQA==",
"integrity": "sha512-TtHV9qaFeACFqYqzuSJKBKo2hnU0XH4cWZeJNlvJR6mTXNALpXb5eqMRZIfPQFy+1tmHmusPNLQJ8BlQmIPbUw==",
"requires": {
"@applitools/snippets": "2.1.3",
"@applitools/utils": "1.1.3"
"@applitools/utils": "1.2.0"
}

@@ -20,7 +20,7 @@ },

"@applitools/utils": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@applitools/utils/-/utils-1.1.3.tgz",
"integrity": "sha512-JumIqn8qHg8z7p9Zq1xfJz13t2RxKSIvmzTMuzrX91qAmNy/6wICiAkEhlA6rSDvvwdH9hn+Mz62zrr4PhylHA=="
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@applitools/utils/-/utils-1.2.0.tgz",
"integrity": "sha512-NzynRgRavbTns5M85DJXXaMY/57xBte3F/tnK5nr3DSBhKTQnkjXIFwryPU5bVwEcpoGEVF0T1Gyq37WnDe38Q=="
}
}
}

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

## 1.0.6 - 2021/5/24
- updated to @applitools/utils@1.2.0 (from 1.1.3)
## 1.0.5 - 2021/5/11

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

{
"name": "@applitools/driver",
"version": "1.0.5",
"version": "1.0.6",
"description": "Applitools universal framework wrapper",

@@ -14,5 +14,4 @@ "keywords": [

"homepage": "https://applitools.com",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
},

@@ -23,5 +22,8 @@ "repository": {

},
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"main": "./index.js",
"directories": {

@@ -31,6 +33,17 @@ "lib": "./src",

},
"main": "./index.js",
"scripts": {
"lint": "eslint . --ext .js",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
},
"dependencies": {
"@applitools/snippets": "2.1.3",
"@applitools/utils": "1.1.3"
"@applitools/utils": "1.2.0"
},

@@ -46,19 +59,5 @@ "devDependencies": {

},
"scripts": {
"lint": "eslint . --ext .js",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification",
"deps": "bongo deps",
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">= 8.9.0"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
}
}

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