Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
39
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/core-base - npm Package Compare versions

Comparing version 1.1.56 to 1.1.57

CHANGELOG.md

33

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

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

},
"aliases": [
"core-base"
],
"exports": {

@@ -41,19 +38,14 @@ ".": {

"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:unit": "MOCHA_GROUP=unit node ../../node_modules/.bin/mocha './test/unit/*.spec.ts'",
"test:sanity": "yarn test:unit && yarn test:it",
"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'",
"test:unit": "MOCHA_GROUP=unit run --top-level mocha './test/unit/*.spec.ts'"
},
"dependencies": {
"@applitools/image": "1.0.34",
"@applitools/logger": "2.0.2",
"@applitools/req": "1.3.0",
"@applitools/utils": "1.3.37",
"@applitools/image": "1.0.35",
"@applitools/logger": "2.0.3",
"@applitools/req": "1.3.1",
"@applitools/utils": "1.4.0",
"abort-controller": "3.0.0",

@@ -63,3 +55,2 @@ "throat": "6.0.2"

"devDependencies": {
"@applitools/bongo": "^4.0.0",
"@applitools/test-server": "^1.2.2",

@@ -73,2 +64,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