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.0 to 7.0.1

4

dist/collection.js

@@ -42,5 +42,5 @@ import { createStore } from "./store.js";

}
// Fetch when connection re-established.
conn.addEventListener("ready", refreshSwallow);
if (fetchCollection) {
// Fetch when connection re-established.
conn.addEventListener("ready", refreshSwallow);
refreshSwallow();

@@ -47,0 +47,0 @@ }

@@ -821,5 +821,5 @@ (function (global, factory) {

}
// Fetch when connection re-established.
conn.addEventListener("ready", refreshSwallow);
if (fetchCollection) {
// Fetch when connection re-established.
conn.addEventListener("ready", refreshSwallow);
refreshSwallow();

@@ -826,0 +826,0 @@ }

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

"sideEffects": false,
"version": "7.0.0",
"version": "7.0.1",
"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