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 3.1.3 to 3.1.4

2

dist/captureDom.js

@@ -34,3 +34,3 @@ var _captureDom = (function (exports) {

try {
const response = await fetch(url, {cache: 'no-cache'});
const response = await fetch(url);
if (response.ok) {

@@ -37,0 +37,0 @@ return await response.text();

{
"name": "@applitools/dom-capture",
"version": "3.1.3",
"version": "3.1.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -29,3 +29,3 @@ /* global document, CSSImportRule, fetch*/

try {
const response = await fetch(url, {cache: 'no-cache'});
const response = await fetch(url);
if (response.ok) {

@@ -32,0 +32,0 @@ return await response.text();

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