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

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
15
Versions
186
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 1.1.5 to 1.1.6

dist/processPageAndPoll.js

2

dist/processPage.js

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

// @applitools/dom-snapshot@1.1.5
// @applitools/dom-snapshot@1.1.6
function __processPage() {

@@ -3,0 +3,0 @@ var processPage = (function () {

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

// @applitools/dom-snapshot@1.1.5
// @applitools/dom-snapshot@1.1.6
function __processPageAndSerialize() {

@@ -3,0 +3,0 @@ var processPageAndSerialize = (function () {

@@ -6,2 +6,3 @@ 'use strict';

const getProcessPageAndSerializeScript = makeGetScript('processPageAndSerialize');
const getProcessPageAndPollScript = makeGetScript('processPageAndPoll');

@@ -11,2 +12,3 @@ module.exports = {

getProcessPageAndSerializeScript,
getProcessPageAndPollScript,
};
{
"name": "@applitools/dom-snapshot",
"version": "1.1.5",
"version": "1.1.6",
"main": "index.js",

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

"build:watch": "rollup -c rollup.config.js --watch",
"build:seal": "npm run build:seal:file -- dist/processPage.js && npm run build:seal:file -- dist/processPageAndSerialize.js",
"build:seal": "npm run build:seal:file -- dist/processPage.js && npm run build:seal:file -- dist/processPageAndSerialize.js && npm run build:seal:file -- dist/processPageAndPoll.js",
"build:seal:file": "sed -i \"1s/.*/\\/\\/ @applitools\\/dom-snapshot@$npm_package_version/\" $file_name",

@@ -17,0 +17,0 @@ "prepublishOnly": "npm run build && npm version patch && npm run build:seal"

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