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

@applitools/execution-grid-client

Package Overview
Dependencies
Maintainers
30
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/execution-grid-client - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

31

package.json
{
"name": "@applitools/execution-grid-client",
"version": "1.1.14",
"version": "1.1.15",
"description": "",

@@ -10,15 +10,10 @@ "license": "SEE LICENSE IN LICENSE",

},
"bin": {
"eg-client": "./dist/cli.js"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./types/index.d.ts"
"types": "./types/index.d.ts",
"default": "./dist/index.js"
},
"./cli": {
"default": "./dist/cli.js",
"types": "./types/cli.d.ts"
"types": "./types/cli.d.ts",
"default": "./dist/cli.js"
},

@@ -28,2 +23,4 @@ "./dist/*": "./dist/*.js",

},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"typesVersions": {

@@ -39,2 +36,5 @@ "*": {

},
"bin": {
"eg-client": "./dist/cli.js"
},
"files": [

@@ -60,4 +60,4 @@ "dist",

"dependencies": {
"@applitools/logger": "1.1.5",
"@applitools/utils": "1.3.0",
"@applitools/logger": "1.1.6",
"@applitools/utils": "1.3.1",
"abort-controller": "3.0.0",

@@ -70,5 +70,5 @@ "node-fetch": "2.6.7",

"devDependencies": {
"@applitools/bongo": "^2.1.0",
"@applitools/bongo": "^2.1.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@types/node": "12",
"@types/node-fetch": "^2.6.1",

@@ -91,3 +91,6 @@ "@types/selenium-webdriver": "^4.0.19",

"typescript": "^4.6.4"
},
"engines": {
"node": ">=12.13.0"
}
}
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