@applitools/driver
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -7,6 +7,6 @@ { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-X2nnFO7gN1kUdmfF1n9tJIHzKxyFcIIyxKdKR9SFT6eFkbdKooAjIvzv1myC1xYJs1nKXj2vYLx1jDGifAZfQA==", | ||
"integrity": "sha512-TtHV9qaFeACFqYqzuSJKBKo2hnU0XH4cWZeJNlvJR6mTXNALpXb5eqMRZIfPQFy+1tmHmusPNLQJ8BlQmIPbUw==", | ||
"requires": { | ||
"@applitools/snippets": "2.1.3", | ||
"@applitools/utils": "1.1.3" | ||
"@applitools/utils": "1.2.0" | ||
} | ||
@@ -20,7 +20,7 @@ }, | ||
"@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==" | ||
} | ||
} | ||
} |
@@ -6,2 +6,6 @@ # Change Log | ||
## 1.0.6 - 2021/5/24 | ||
- updated to @applitools/utils@1.2.0 (from 1.1.3) | ||
## 1.0.5 - 2021/5/11 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -14,5 +14,4 @@ "keywords": [ | ||
"homepage": "https://applitools.com", | ||
"author": { | ||
"name": "Applitools Team", | ||
"email": "team@applitools.com" | ||
"bugs": { | ||
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues" | ||
}, | ||
@@ -23,5 +22,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": { | ||
@@ -31,6 +33,17 @@ "lib": "./src", | ||
}, | ||
"main": "./index.js", | ||
"scripts": { | ||
"lint": "eslint . --ext .js", | ||
"deps": "bongo deps", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn bongo lint" | ||
} | ||
}, | ||
"dependencies": { | ||
"@applitools/snippets": "2.1.3", | ||
"@applitools/utils": "1.1.3" | ||
"@applitools/utils": "1.2.0" | ||
}, | ||
@@ -46,19 +59,5 @@ "devDependencies": { | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --ext .js", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification", | ||
"deps": "bongo deps", | ||
"prepublish:setup": "echo 'setup is a no-op. Move along, nothing to see here.'" | ||
}, | ||
"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
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
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
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
89733
2
+ Added@applitools/utils@1.2.0(transitive)
- Removed@applitools/utils@1.1.3(transitive)
Updated@applitools/utils@1.2.0