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
96
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.0 to 7.2.1

test/custom-page-result/.gitignore

4

CHANGELOG.md

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

## 7.2.1 - 2020/6/3
- fix dist scripts
## 7.2.0 - 2020/5/3

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

4

dist/captureDom.js

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

/* @applitools/dom-capture@7.1.5 */
/* @applitools/dom-capture@7.2.0 */

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

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.1.5';
capturedFrame.scriptVersion = '7.2.0';

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

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

/* @applitools/dom-capture@7.1.5 */
/* @applitools/dom-capture@7.2.0 */

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

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.1.5';
capturedFrame.scriptVersion = '7.2.0';

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

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

/* @applitools/dom-capture@7.1.5 */
/* @applitools/dom-capture@7.2.0 */
'use strict';

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

capturedFrame.version = API_VERSION;
capturedFrame.scriptVersion = '7.1.5';
capturedFrame.scriptVersion = '7.2.0';

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

{
"name": "@applitools/dom-capture",
"version": "7.2.0",
"version": "7.2.1",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test:mocha": "mocha --no-timeouts tests/**/*.test.js",
"test:mocha": "mocha --no-timeouts test/**/*.test.js",
"lint:node": "eslint '**/*.js' --ignore-pattern 'src/browser'",

@@ -14,3 +14,3 @@ "lint:browser": "eslint -c 'src/browser/.eslintrc.json' 'src/browser/**/*.js'",

"build:watch": "rollup -c rollup.config.js --watch",
"surge": "surge tests/fixtures applitools-dom-capture-origin-1.surge.sh && surge tests/fixtures applitools-dom-capture-origin-2.surge.sh",
"surge": "surge test/fixtures applitools-dom-capture-origin-1.surge.sh && surge test/fixtures applitools-dom-capture-origin-2.surge.sh",
"preversion": "bongo preversion",

@@ -30,2 +30,3 @@ "version": "bongo version",

"@applitools/sdk-release-kit": "0.1.0",
"@applitools/sdk-shared": "0.1.0",
"@babel/core": "^7.7.7",

@@ -61,3 +62,3 @@ "@babel/preset-env": "^7.7.7",

"dependencies": {
"@applitools/functional-commons": "^1.5.4"
"@applitools/functional-commons": "1.5.4"
},

@@ -64,0 +65,0 @@ "repository": {

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