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 2.2.11 to 2.2.12

48

assets/app/schema.json

@@ -228,3 +228,10 @@ {

"id": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},

@@ -257,3 +264,10 @@ "label": {

"id": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},

@@ -301,3 +315,10 @@ "label": {

"id": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},

@@ -342,3 +363,10 @@ "label": {

"id": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},

@@ -386,3 +414,13 @@ "label": {

"manufacturerId": {
"type": "number"
"oneOf": [
{
"type": "number"
},
{
"type": "array",
"items": {
"type": "number"
}
}
]
},

@@ -389,0 +427,0 @@ "productTypeId": {

2

package.json
{
"name": "homey-lib",
"version": "2.2.11",
"version": "2.2.12",
"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