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

homey-lib

Package Overview
Dependencies
Maintainers
1
Versions
235
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 2.1.0 to 2.1.1

3

lib/App/index.js

@@ -377,3 +377,4 @@ 'use strict';

static getJSONSchema() {
return require( path.join(__dirname, '..', '..', 'assets', 'app', 'schema.json' ) );
const schema = require( path.join(__dirname, '..', '..', 'assets', 'app', 'schema.json' ) );
return JSON.parse( JSON.stringify( schema ) );
}

@@ -380,0 +381,0 @@

{
"name": "homey-lib",
"version": "2.1.0",
"version": "2.1.1",
"description": "Shared 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