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
190
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 4.2.4 to 4.2.5

4

CHANGELOG.md

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

## 4.2.5 - 2020/10/28
- handle revoked image blobs
## 4.2.4 - 2020/10/28

@@ -9,0 +13,0 @@

2

dist/pollResult.js

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

/* @applitools/dom-snapshot@4.2.4 */
/* @applitools/dom-snapshot@4.2.5 */

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

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

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

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

- `chunkByteSize` - this will cause additional polling after the snapshot is ready, and will transfer the result in chunks, with the chunk size specified. Default: undefined.
- `chunkByteLength` - this will cause additional polling after the snapshot is ready, and will transfer the result in chunks, with the chunk size specified. Default: undefined.

@@ -117,3 +117,3 @@ For example, to pass a maximum chunk size of 256MB:

```
procesPagePoll({chunkByteSize: 1024 * 1024 * 256})
procesPagePoll({chunkByteLength: 1024 * 1024 * 256})
```

@@ -138,6 +138,6 @@

- "WIP" - internal status, handled by `pollResult` to continue polling until "SUCCESS" or "ERROR" are received.
- "SUCCESS_CHUNKED" - internal status, handled by `pollResult` to continue polling until the entire value is received (used with `chunkByteSize`).
- "SUCCESS_CHUNKED" - internal status, handled by `pollResult` to continue polling until the entire value is received (used with `chunkByteLength`).
## `pollResult`
returns the poll result - an object with the same shape as `processPagePoll`.
returns the poll result - an object with the same shape as `processPagePoll`.

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

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