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

@qawolf/build-workflow

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/build-workflow - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

lib/buildTypeSteps.js

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

const shouldBuildStep = !nextPressIsConsecutive ||
press.code === "Enter" ||
press.code === "Tab" ||
nextPress.code === "Enter" ||

@@ -39,0 +41,0 @@ nextPress.code === "Tab";

6

package.json
{
"name": "@qawolf/build-workflow",
"description": "build qawolf workflow from events",
"version": "0.5.1",
"version": "0.5.2",
"license": "BSD-3.0",

@@ -26,3 +26,3 @@ "main": "./lib/index.js",

"dependencies": {
"@qawolf/browser": "^0.5.1",
"@qawolf/browser": "^0.5.2",
"lodash": "^4.17.15"

@@ -36,3 +36,3 @@ },

},
"gitHead": "3904cf783aafd321df66a1b7af2d6c44ef7f5304"
"gitHead": "c6108517d820cb9762c4a1339124a3f890395e87"
}

@@ -57,2 +57,5 @@ import {

!nextPressIsConsecutive ||
// separate Enter and Tab to their own steps
press!.code === "Enter" ||
press!.code === "Tab" ||
nextPress!.code === "Enter" ||

@@ -59,0 +62,0 @@ nextPress!.code === "Tab";

Sorry, the diff of this file is not supported yet

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