New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homey-lib

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey-lib - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

6

lib/app/index.js

@@ -494,9 +494,9 @@ "use strict";

if( ['string', 'number', 'boolean', 'image'].indexOf(type) === -1 )
return error("invalid `flow." + column + "[" + i + "].arg[" + j + "].type` in app.json");
return error("invalid `flow." + column + "[" + i + "].tokens[" + j + "].type` in app.json");
if( type === 'string' && !isI18nObject(token.example) )
return error("invalid `flow." + column + "[" + i + "].arg[" + j + "].example` in app.json");
return error("invalid `flow." + column + "[" + i + "].tokens[" + j + "].example` in app.json");
if( type === 'number' && typeof token.example !== 'number' )
return error("invalid `flow." + column + "[" + i + "].arg[" + j + "].example` in app.json");
return error("invalid `flow." + column + "[" + i + "].tokens[" + j + "].example` in app.json");

@@ -503,0 +503,0 @@ });

{
"name": "homey-lib",
"version": "1.0.51",
"version": "1.0.52",
"description": "Library for Homey",

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