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 1.2.2 to 1.3.0

2

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

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

@@ -117,4 +117,7 @@ const { spawnSync } = require('child_process');

function resolveMessage(env) {
const { GITHUB_EVENT_PATH } = env;
const { GITHUB_EVENT_PATH, HAPPO_MESSAGE } = env;
if (HAPPO_MESSAGE) {
return HAPPO_MESSAGE;
}
if (GITHUB_EVENT_PATH) {

@@ -121,0 +124,0 @@ const ghEvent = require(GITHUB_EVENT_PATH);

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