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

@applitools/dom-capture

Package Overview
Dependencies
Maintainers
20
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 7.2.3 to 7.2.4

4

CHANGELOG.md

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

## 7.2.3 - 2020/6/3
## 7.2.4 - 2020/6/3
- fix dist scripts
## 7.2.2 - 2020/6/3
## 7.2.3 - 2020/6/3

@@ -14,0 +14,0 @@ - fix dist scripts

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

/* @applitools/dom-capture@7.2.2 */
/* @applitools/dom-capture@7.2.4 */

@@ -448,3 +448,3 @@ function __captureDom() {

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.2.2';
capturedFrame.scriptVersion = '7.2.4';

@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : '';

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

/* @applitools/dom-capture@7.2.2 */
/* @applitools/dom-capture@7.2.4 */

@@ -448,3 +448,3 @@ function __captureDomAndPoll() {

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.2.2';
capturedFrame.scriptVersion = '7.2.4';

@@ -451,0 +451,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : '';

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

/* @applitools/dom-capture@7.2.2 */
/* @applitools/dom-capture@7.2.4 */
'use strict';

@@ -445,3 +445,3 @@

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.2.2';
capturedFrame.scriptVersion = '7.2.4';

@@ -448,0 +448,0 @@ const iframePrefix = iframeCors.length ? `${iframeCors.join('\n')}\n` : '';

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

@@ -15,4 +15,4 @@ "license": "SEE LICENSE IN LICENSE",

"preversion": "bongo preversion && yarn build && yarn test",
"version": "bongo version",
"postversion": "node scripts/post-version.js && bongo postversion --skip-release-notification"
"version": "yarn build && git add dist && git commit -m \"[auto] dom-capture: dist scripts for v$npm_package_version\" && bongo version",
"postversion": "bongo postversion --skip-release-notification"
},

@@ -19,0 +19,0 @@ "engines": {

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