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 6.0.0 to 6.0.1

1

dist/connection.js

@@ -61,2 +61,3 @@ /**

this.commandId = 1;
this.oldSubscriptions = this.commands;
this.commands = new Map();

@@ -63,0 +64,0 @@ this.socket = undefined;

@@ -214,2 +214,3 @@ (function (global, factory) {

this.commandId = 1;
this.oldSubscriptions = this.commands;
this.commands = new Map();

@@ -216,0 +217,0 @@ this.socket = undefined;

2

package.json

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

"sideEffects": false,
"version": "6.0.0",
"version": "6.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