New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
21
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-snapshot - npm Package Compare versions

Comparing version

to
4.2.1

5

CHANGELOG.md

@@ -7,2 +7,7 @@

## 4.2.1 - 2020/10/13
- replace `crossFramesSelector` with `crossFrames`
- return index of the cross frame in `cdt` array alongside selector
## 4.2.0 - 2020/10/6

@@ -9,0 +14,0 @@

2

dist/pollResult.js

@@ -1,2 +0,2 @@

/* @applitools/dom-snapshot@4.2.0 */
/* @applitools/dom-snapshot@4.2.1 */

@@ -3,0 +3,0 @@ function __pollResult() {

{
"name": "@applitools/dom-snapshot",
"version": "4.2.0",
"version": "4.2.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

@@ -98,3 +98,3 @@ # dom-snapshot

- `srcAttr` - for frames, this is the original src attribute on the frame (in use by Selenium IDE Eyes extension)
- `crossFramesSelectors` - an array of css selectors (strings) that point to cross origin frames. The caller can then call `processPage` in the context of those frames in order to build a complete DOM snapshot which also contains cross origin iframes.
- `crossFrames` - an array of objects with the following structure: `{selector, index}`. The `selector` field has a value of css selector (strings) that point to cross origin frames. The `index` is an index (number) of frame node in a `cdt` array, this could be useful to override src attribute once dom snapshot is taken. The caller can then call `processPage` in the context of those frames in order to build a complete DOM snapshot which also contains cross origin iframes.
- `selector` - a css selector (string) for the frame (only for iframes). This is helpful to construct the full frame chain that leads to cross origin iframes on the caller side.

@@ -101,0 +101,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display