@applitools/screenshoter
Advanced tools
Comparing version 3.4.15 to 3.4.16
{ | ||
"name": "@applitools/screenshoter", | ||
"version": "3.4.15", | ||
"version": "3.4.16", | ||
"description": "Applitools universal screenshoter for web and native applications", | ||
@@ -75,2 +75,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/image": "1.0.1", | ||
"@applitools/logger": "1.1.16", | ||
@@ -77,0 +78,0 @@ "@applitools/snippets": "2.4.5", |
const utils = require('@applitools/utils') | ||
const makeImage = require('./image') | ||
const {makeImage} = require('@applitools/image') | ||
const makeTakeViewportScreenshot = require('./take-viewport-screenshot') | ||
@@ -4,0 +4,0 @@ const calculateScreenshotRegion = require('./calculate-screenshot-region') |
const utils = require('@applitools/utils') | ||
const snippets = require('@applitools/snippets') | ||
const findImagePattern = require('./find-image-pattern') | ||
const makeImage = require('./image') | ||
const {makeImage} = require('@applitools/image') | ||
@@ -6,0 +6,0 @@ function makeTakeViewportScreenshot(options) { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
49749
6
12
706
+ Added@applitools/image@1.0.1
+ Added@applitools/image@1.0.1(transitive)