@applitools/screenshoter
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -7,5 +7,5 @@ { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-m+EtXKrNrh5j2eiVtOeinQXOBvb+lgHV0CM8Vvl9RKwaJNAA1ApkAhaGkZy7uowL+6FfGOrWW2zrhkcmL0BYGw==", | ||
"integrity": "sha512-ET3GIWJY2aZvEteoEj3CkP5d5d38EoIj1maN65Sv/F+NusrZHaaCpuc/goOKL1JqFnHM8QiMHVywZlBZ3WGXmg==", | ||
"requires": { | ||
"@applitools/utils": "1.1.3", | ||
"@applitools/utils": "1.2.0", | ||
"png-async": "0.9.4" | ||
@@ -15,5 +15,5 @@ } | ||
"@applitools/utils": { | ||
"version": "1.1.3", | ||
"resolved": "https://registry.npmjs.org/@applitools/utils/-/utils-1.1.3.tgz", | ||
"integrity": "sha512-JumIqn8qHg8z7p9Zq1xfJz13t2RxKSIvmzTMuzrX91qAmNy/6wICiAkEhlA6rSDvvwdH9hn+Mz62zrr4PhylHA==" | ||
"version": "1.2.0", | ||
"resolved": "https://registry.npmjs.org/@applitools/utils/-/utils-1.2.0.tgz", | ||
"integrity": "sha512-NzynRgRavbTns5M85DJXXaMY/57xBte3F/tnK5nr3DSBhKTQnkjXIFwryPU5bVwEcpoGEVF0T1Gyq37WnDe38Q==" | ||
}, | ||
@@ -20,0 +20,0 @@ "png-async": { |
@@ -7,2 +7,6 @@ | ||
## 3.0.8 - 2021/5/24 | ||
- updated to @applitools/utils@1.2.0 (from 1.1.3) | ||
## 3.0.7 - 2021/5/13 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -15,5 +15,4 @@ "keywords": [ | ||
"homepage": "https://applitools.com", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
}, | ||
@@ -24,5 +23,8 @@ "repository": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
"license": "SEE LICENSE IN LICENSE", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
}, | ||
"main": "./index.js", | ||
"directories": { | ||
@@ -32,9 +34,26 @@ "lib": "./lib", | ||
}, | ||
"main": "./index.js", | ||
"scripts": { | ||
"lint": "eslint . --ext .js", | ||
"test": "yarn test:it && yarn test:coverage", | ||
"test:it": "mocha --no-timeouts './test/it/*.spec.js'", | ||
"test:coverage": "mocha --no-timeouts './test/coverage/*.spec.js'", | ||
"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", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
}, | ||
"dependencies": { | ||
"@applitools/utils": "1.1.3", | ||
"@applitools/utils": "1.2.0", | ||
"png-async": "0.9.4" | ||
}, | ||
"devDependencies": { | ||
"@applitools/driver": "1.0.5", | ||
"@applitools/driver": "1.0.6", | ||
"@applitools/sdk-release-kit": "0.13.0", | ||
@@ -51,24 +70,5 @@ "eslint": "^7.9.0", | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --ext .js", | ||
"test": "yarn test:it && yarn test:coverage", | ||
"test:it": "mocha --no-timeouts './test/it/*.spec.js'", | ||
"test:coverage": "mocha --no-timeouts './test/coverage/*.spec.js'", | ||
"docker:setup": "node ../sdk-shared/src/generate-docker-compose-config.js && docker-compose up -d", | ||
"docker:teardown": "docker-compose down", | ||
"setup": "yarn docker:setup", | ||
"deps": "bongo deps", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10459625
1
+ Added@applitools/utils@1.2.0(transitive)
- Removed@applitools/utils@1.1.3(transitive)
Updated@applitools/utils@1.2.0