Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/dom-capture

Package Overview
Dependencies
Maintainers
12
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-capture - npm Package Compare versions

Comparing version 4.0.2 to 4.1.1

src/getScript.js

3

dist/processDocument.js

@@ -223,2 +223,3 @@

function processPage(doc = document) {
console.log('processing');
const url = doc.defaultView.frameElement

@@ -250,4 +251,4 @@ ? doc.defaultView.frameElement.src

}());
console.log('xxx');
return processDocument();
})()

@@ -1,4 +0,8 @@

const getCaptureDomScript = require('./src/getCaptureDomScript');
const makeGetScript = require('./src/getScript');
const getCaptureDomScript = makeGetScript('captureDom');
const getProcessDocumentScript = makeGetScript('processDocument');
module.exports = {
getCaptureDomScript,
getProcessDocumentScript,
};
{
"name": "@applitools/dom-capture",
"version": "4.0.2",
"version": "4.1.1",
"main": "index.js",

@@ -12,3 +12,3 @@ "license": "MIT",

"build:watch": "rollup -c rollup.config.js --watch",
"prepublishOnly": "npm run build && npm version patch"
"prepublishOnly": "npm version patch"
},

@@ -33,4 +33,5 @@ "engines": {

"mocha": "5.2.0",
"node-fetch": "^2.3.0",
"prettier": "^1.15.2",
"puppeteer": "^1.10.0",
"puppeteer": "^1.9.0",
"rollup": "^0.66.6",

@@ -37,0 +38,0 @@ "rollup-plugin-commonjs": "^9.2.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc