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

@applitools/screenshoter

Package Overview
Dependencies
Maintainers
24
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/screenshoter - npm Package Compare versions

Comparing version 3.3.4 to 3.3.5

5

CHANGELOG.md

@@ -7,2 +7,7 @@

## 3.3.5 - 2022/2/8
- add "files" field to the package.json to avoid unnecessary files to be published
- updated to @applitools/utils@1.2.11 (from 1.2.5)
## 3.3.4 - 2021/12/23

@@ -9,0 +14,0 @@

37

package.json
{
"name": "@applitools/screenshoter",
"version": "3.3.4",
"version": "3.3.5",
"description": "Applitools universal screenshoter for web and native applications",

@@ -29,15 +29,21 @@ "keywords": [

"main": "./index.js",
"directories": {
"lib": "./lib",
"test": "./test"
},
"files": [
"src",
"index.js"
],
"scripts": {
"lint": "eslint . --ext .js",
"test": "yarn test:it && yarn test:e2e",
"test:it": "mocha --no-timeouts './test/it/*.spec.js'",
"test:e2e": "mocha --no-timeouts './test/e2e/*.spec.js'",
"test": "yarn test:it && yarn test:e2e:ios",
"test:it": "mocha ./test/it/*.spec.js --no-timeouts",
"test:e2e": "mocha ./test/e2e/**/*.spec.js --no-timeouts --parallel --jobs ${MOCHA_JOBS:-1}",
"test:e2e:android": "mocha ./test/e2e/android/*.spec.js --no-timeouts --parallel --jobs ${MOCHA_JOBS:-1}",
"test:e2e:ios": "mocha ./test/e2e/ios/*.spec.js --no-timeouts --parallel --jobs ${MOCHA_JOBS:-1}",
"setup": "mkdir -p ./logs && yarn ios:setup && yarn appium:setup",
"android:setup": "node ./scripts/android-emulator.js",
"ios:setup": "node ./scripts/ios-simulator.js",
"appium:setup": "appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log &",
"docker:setup": "node ../scripts/scripts/generate-docker-compose-config.js && docker-compose up -d",
"docker:teardown": "docker-compose down",
"setup": "yarn docker:setup",
"deps": "bongo deps",
"gh:publish": "gh workflow run publish.yml --ref $(git rev-parse --abbrev-ref HEAD) -f packages=screenshoter",
"preversion": "bongo preversion",

@@ -54,10 +60,11 @@ "version": "bongo version",

"@applitools/snippets": "2.1.12",
"@applitools/utils": "1.2.5",
"@applitools/utils": "1.2.11",
"png-async": "0.9.4"
},
"devDependencies": {
"@applitools/driver": "1.4.7",
"@applitools/sdk-release-kit": "0.13.4",
"@applitools/spec-driver-webdriverio": "1.2.5",
"@applitools/test-utils": "1.0.10",
"@applitools/driver": "1.4.10",
"@applitools/sdk-release-kit": "0.13.11",
"@applitools/spec-driver-webdriverio": "1.2.6",
"@applitools/test-utils": "1.0.11",
"appium": "^1.22.2",
"chromedriver": "^95.0.0",

@@ -69,3 +76,3 @@ "eslint": "^7.9.0",

"husky": "^4.3.8",
"mocha": "^8.2.1",
"mocha": "^9.2.0",
"pixelmatch": "^5.2.1",

@@ -72,0 +79,0 @@ "prettier": "1.19.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