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

home-assistant-js-websocket

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

home-assistant-js-websocket - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

2

dist/entities.js

@@ -42,3 +42,3 @@ import { getCollection } from "./collection.js";

if (toAdd) {
if (toAdd.s) {
if (toAdd.s !== undefined) {
entityState.state = toAdd.s;

@@ -45,0 +45,0 @@ }

@@ -951,3 +951,3 @@ (function (global, factory) {

if (toAdd) {
if (toAdd.s) {
if (toAdd.s !== undefined) {
entityState.state = toAdd.s;

@@ -954,0 +954,0 @@ }

@@ -77,2 +77,3 @@ export declare type Error = 1 | 2 | 3 | 4;

state_class?: string;
restored?: boolean;
};

@@ -79,0 +80,0 @@ export declare type HassEntity = HassEntityBase & {

@@ -5,3 +5,3 @@ {

"sideEffects": false,
"version": "7.0.2",
"version": "7.0.3",
"description": "Home Assistant websocket client",

@@ -8,0 +8,0 @@ "source": "lib/index.ts",

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