@applitools/screenshoter
Advanced tools
Comparing version 3.3.4 to 3.3.5
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
1
0
68095
15
12
1147
+ Added@applitools/utils@1.2.11(transitive)
- Removed@applitools/utils@1.2.5(transitive)
Updated@applitools/utils@1.2.11