Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/core - npm Package Compare versions

Comparing version 1.0.0-beta.66 to 1.0.0-beta.67

4

dist/page.js

@@ -303,4 +303,2 @@ "use strict";

}) {
var _execute$beforeSnapsh;
// wait for any specified timeout

@@ -325,3 +323,3 @@ if (waitForTimeout) {

await this.evaluate((_execute$beforeSnapsh = execute === null || execute === void 0 ? void 0 : execute.beforeSnapshot) !== null && _execute$beforeSnapsh !== void 0 ? _execute$beforeSnapsh : execute); // wait for any final network activity before capturing the dom snapshot
await this.evaluate(typeof execute === 'function' ? execute : execute === null || execute === void 0 ? void 0 : execute.beforeSnapshot); // wait for any final network activity before capturing the dom snapshot

@@ -328,0 +326,0 @@ await this.network.idle(); // inject @percy/dom for serialization by evaluating the file contents which adds a global

{
"name": "@percy/core",
"version": "1.0.0-beta.66",
"version": "1.0.0-beta.67",
"license": "MIT",

@@ -28,6 +28,6 @@ "main": "dist/index.js",

"dependencies": {
"@percy/client": "1.0.0-beta.66",
"@percy/config": "1.0.0-beta.66",
"@percy/dom": "1.0.0-beta.66",
"@percy/logger": "1.0.0-beta.66",
"@percy/client": "1.0.0-beta.67",
"@percy/config": "1.0.0-beta.67",
"@percy/dom": "1.0.0-beta.67",
"@percy/logger": "1.0.0-beta.67",
"cross-spawn": "^7.0.3",

@@ -43,3 +43,3 @@ "extract-zip": "^2.0.1",

},
"gitHead": "740a335bab4966f7dda4e4693505e17a5fdcfd4c"
"gitHead": "8b6d0d9f332e2d9055927a6ca780e246a7698ede"
}
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