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

@roomservice/browser

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roomservice/browser - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

5

dist/client.js

@@ -95,3 +95,6 @@ "use strict";

if (this._onConnectSocketCallback) {
socket_1.default.on(this._socket, "connect", this._onConnectSocketCallback);
socket_1.default.on(this._socket, "connect", () => {
this._onConnectSocketCallback();
this.syncOfflineCache();
});
}

@@ -98,0 +101,0 @@ if (this._onDisconnectSocketCallback) {

2

package.json
{
"name": "@roomservice/browser",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/index",

@@ -5,0 +5,0 @@ "types": "dist/index",

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