@applitools/dom-capture
Advanced tools
Comparing version 7.0.10 to 7.0.11
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@7.0.10 | ||
// @applitools/dom-capture@7.0.11 | ||
function __captureDom() { | ||
@@ -3,0 +3,0 @@ var captureDom = (function () { |
@@ -5,5 +5,7 @@ 'use strict'; | ||
const getCaptureDomScript = makeGetScript('captureDom'); | ||
const getCaptureDomAndPollScript = makeGetScript('captureDomAndPoll'); | ||
module.exports = { | ||
getCaptureDomScript, | ||
getCaptureDomAndPollScript, | ||
}; |
{ | ||
"name": "@applitools/dom-capture", | ||
"version": "7.0.10", | ||
"version": "7.0.11", | ||
"main": "index.js", | ||
@@ -14,3 +14,4 @@ "license": "MIT", | ||
"build:watch": "rollup -c rollup.config.js --watch", | ||
"build:seal": "sed -i \"1s/.*/\\/\\/ @applitools\\/dom-snapshot@$npm_package_version/\" dist/captureDom.js", | ||
"build:seal": "npm run build:seal:file -- dist/captureDom.js && npm run build:seal:file -- dist/captureDomAndPoll.js", | ||
"build:seal:file": "sed -i \"1s/.*/\\/\\/ @applitools\\/dom-capture@$npm_package_version/\" $file_name", | ||
"prepublishOnly": "npm run build && npm version patch && npm run build:seal" | ||
@@ -26,3 +27,3 @@ }, | ||
"devDependencies": { | ||
"@applitools/monitoring-commons": "^1.0.8", | ||
"@applitools/monitoring-commons": "^1.0.15", | ||
"chai": "^4.2.0", | ||
@@ -34,10 +35,10 @@ "cssom": "git+https://github.com/amitzur/CSSOM.git#925260ff2c8f8387cf76df4d5776a06044a644c8", | ||
"eslint-plugin-prettier": "3.0.0", | ||
"express": "^4.16.4", | ||
"jsdom": "^13.1.0", | ||
"express": "^4.17.1", | ||
"jsdom": "^13.2.0", | ||
"mocha": "5.2.0", | ||
"node-fetch": "^2.3.0", | ||
"prettier": "^1.15.3", | ||
"node-fetch": "^2.6.0", | ||
"prettier": "^1.18.2", | ||
"puppeteer": "1.9.0", | ||
"rollup": "^0.66.6", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
@@ -48,4 +49,4 @@ "rollup-plugin-node-globals": "^1.4.0", | ||
"dependencies": { | ||
"@applitools/functional-commons": "^1.0.27" | ||
"@applitools/functional-commons": "^1.4.1" | ||
} | ||
} |
@@ -15,3 +15,3 @@ # dom-capture | ||
This package exports the `getCaptureDomScript` that can be used when working with puppeteer, CDP or Selenium in Node.js. | ||
This package exports `getCaptureDomScript` and `getCaptureDomAndPollScript` that can be used when working with puppeteer, CDP or Selenium in Node.js. | ||
@@ -18,0 +18,0 @@ This async function returns a string with a function that can be sent to the browser for evaluation. It doesn't immediately invoke the function, so the sender should wrap it as an IIFE. For example: |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58288
21
1545
8