Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
91
Maintainers
34
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.39 to 1.1.40

26

package.json
{
"name": "@applitools/core-base",
"version": "1.1.39",
"version": "1.1.40",
"homepage": "https://applitools.com",

@@ -42,7 +42,7 @@ "bugs": {

"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "mocha --no-timeouts -r ts-node/register --parallel --jobs 15 './test/**/*.spec.ts'",
"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:unit": "MOCHA_GROUP=unit node ../../node_modules/.bin/mocha './test/unit/*.spec.ts'",
"test:sanity": "yarn test:unit && yarn test:it",
"test:e2e": "mocha --no-timeouts -r ts-node/register './test/e2e/*.spec.ts'",
"test:it": "mocha --no-timeouts -r ts-node/register './test/it/*.spec.ts'",
"test:unit": "mocha --no-timeouts -r ts-node/register './test/unit/*.spec.ts'",
"deps": "bongo deps",

@@ -54,14 +54,12 @@ "preversion": "bongo preversion",

"dependencies": {
"@applitools/image": "1.0.26",
"@applitools/logger": "1.1.46",
"@applitools/req": "1.1.30",
"@applitools/utils": "1.3.30"
"@applitools/image": "1.0.27",
"@applitools/logger": "1.1.47",
"@applitools/req": "1.1.31",
"@applitools/utils": "1.3.31"
},
"devDependencies": {
"@applitools/bongo": "^2.2.5",
"@applitools/test-server": "^1.1.26",
"@applitools/test-utils": "^1.5.12",
"@types/mocha": "^9.1.1",
"@types/node": "12",
"mocha": "^10.0.0",
"@applitools/test-server": "^1.1.27",
"@applitools/test-utils": "^1.5.13",
"@types/node": "^12.20.55",
"nock": "^13.2.8"

@@ -68,0 +66,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc