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

homey

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

7

lib/App/index.js

@@ -927,3 +927,8 @@ 'use strict';

// Set the new argument on the Flow Card if the array contains arguments
if (newArgs.length > 0) flowCard.args = newArgs;
if (newArgs.length > 0) {
flowCard.args = newArgs;
} else {
// If there are no arguments are to keep, delete the entire argument from the flowcard.
delete flowCard.args;
}

@@ -930,0 +935,0 @@ if( driverFlowJson[type] ) {

2

package.json
{
"name": "homey",
"version": "2.0.7",
"version": "2.0.8",
"description": "Command-line interface and type declarations for Homey Apps",

@@ -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