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

happo-e2e

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happo-e2e - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

15

controller.js

@@ -105,3 +105,11 @@ const crypto = require('crypto');

async finish() {
if (HAPPO_DEBUG) {
console.log('[HAPPO] Running Controller.finish');
}
if (this.localSnapshots.length) {
if (HAPPO_DEBUG) {
console.log(
`[HAPPO] Processing ${this.localSnapshots.length} local snapshots`,
);
}
await this.processSnapRequestIds([await this.uploadLocalSnapshots()]);

@@ -111,2 +119,5 @@ return null;

if (!this.snapshots.length) {
if (HAPPO_DEBUG) {
console.log('[HAPPO] No snapshots recorded');
}
return null;

@@ -229,2 +240,6 @@ }

}
if (HAPPO_DEBUG) {
console.log(`[HAPPO] Registering snapshot for ${component} > ${variant}`);
}
this.snapshotAssetUrls.push(...assetUrls);

@@ -231,0 +246,0 @@ const targets = this.handleDynamicTargets(rawTargets);

2

package.json
{
"name": "happo-e2e",
"version": "2.2.2",
"version": "2.2.3",
"description": "Helpers for e2e integrations with Happo",

@@ -5,0 +5,0 @@ "main": "index.js",

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