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

@applitools/ec-client

Package Overview
Dependencies
Maintainers
39
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/ec-client - npm Package Compare versions

Comparing version 1.2.32 to 1.2.33

CHANGELOG.md

2

dist/req-proxy.js

@@ -47,3 +47,3 @@ "use strict";

if (options.body && !utils.types.isFunction(options.body, 'pipe')) {
options.headers['content-length'] = Buffer.byteLength(utils.types.isArray(options.body) || utils.types.isPlainObject(options.body)
options.headers['content-length'] = Buffer.byteLength(utils.types.isArray(options.body) || utils.types.isPlainObject(options.body) || options.body === null
? JSON.stringify(options.body)

@@ -50,0 +50,0 @@ : options.body).toString();

{
"name": "@applitools/ec-client",
"version": "1.2.32",
"version": "1.2.33",
"homepage": "https://applitools.com",

@@ -18,8 +18,2 @@ "bugs": {

},
"aliases": [
"ec-client",
"ecc",
"eg-client",
"egc"
],
"exports": {

@@ -55,28 +49,22 @@ ".": {

"scripts": {
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'",
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}",
"test:e2e": "MOCHA_GROUP=e2e node ../../node_modules/.bin/mocha './test/e2e/*.spec.ts'",
"test:it": "MOCHA_GROUP=it node ../../node_modules/.bin/mocha './test/it/*.spec.ts'",
"test:sanity": "yarn test",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion"
"lint": "run --top-level eslint '**/*.ts'",
"build": "run --top-level tsc --project ./tsconfig.build.json",
"test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}",
"test:e2e": "MOCHA_GROUP=e2e run --top-level mocha './test/e2e/*.spec.ts'",
"test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
},
"dependencies": {
"@applitools/core-base": "1.1.56",
"@applitools/driver": "1.12.1",
"@applitools/core-base": "1.1.57",
"@applitools/driver": "1.12.2",
"@applitools/execution-grid-tunnel": "2.1.0",
"@applitools/logger": "2.0.2",
"@applitools/req": "1.3.0",
"@applitools/socket": "1.1.1",
"@applitools/spec-driver-webdriver": "1.0.33",
"@applitools/utils": "1.3.37",
"@applitools/logger": "2.0.3",
"@applitools/req": "1.3.1",
"@applitools/socket": "1.1.2",
"@applitools/spec-driver-webdriver": "1.0.34",
"@applitools/utils": "1.4.0",
"abort-controller": "3.0.0",
"webdriver": "7",
"yargs": "17.6.2"
"yargs": "^17.7.2"
},
"devDependencies": {
"@applitools/bongo": "^4.0.0",
"@applitools/test-server": "^1.2.2",

@@ -94,2 +82,2 @@ "@applitools/test-utils": "^1.5.17",

}
}
}
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