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.6.2 to 1.6.3

7

dist/percy.js

@@ -459,8 +459,5 @@ import PercyClient from '@percy/client';

if ((_this$build4 = this.build) !== null && _this$build4 !== void 0 && _this$build4.error) {
throw new Error(this.build.error);
} // when not dry-running, process any existing delayed uploads
if ((_this$build4 = this.build) !== null && _this$build4 !== void 0 && _this$build4.error) throw new Error(this.build.error); // maybe process any existing delayed uploads
if (!this.dryRun && this.delayUploads) this.#uploads.run();
if (!this.skipUploads && this.delayUploads) this.#uploads.run();
return this.#uploads.push(`upload/${name}`, async () => {

@@ -467,0 +464,0 @@ // when delayed, stop the queue before other uploads are processed

{
"name": "@percy/core",
"version": "1.6.2",
"version": "1.6.3",
"license": "MIT",

@@ -42,6 +42,6 @@ "repository": {

"dependencies": {
"@percy/client": "1.6.2",
"@percy/config": "1.6.2",
"@percy/dom": "1.6.2",
"@percy/logger": "1.6.2",
"@percy/client": "1.6.3",
"@percy/config": "1.6.3",
"@percy/dom": "1.6.3",
"@percy/logger": "1.6.3",
"content-disposition": "^0.5.4",

@@ -57,3 +57,3 @@ "cross-spawn": "^7.0.3",

},
"gitHead": "c033d52167cdd5873027d9de2676f3fc9f55ef2d"
"gitHead": "ab48a150317a4af36d536a5671701532c669d2d1"
}
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