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.2.2 to 0.3.0

2

dist/client.d.ts

@@ -8,3 +8,3 @@ import RoomClient from "./room-client";

});
room<T extends KeyValueObject>(roomReference: string): RoomClient<T>;
room<T extends KeyValueObject>(roomReference: string, state?: T): RoomClient<T>;
}

@@ -9,6 +9,7 @@ "use strict";

}
room(roomReference) {
room(roomReference, state) {
return new room_client_1.default({
authUrl: this._authorizationUrl,
reference: roomReference
reference: roomReference,
state
});

@@ -15,0 +16,0 @@ }

{
"name": "@roomservice/browser",
"version": "0.2.2",
"version": "0.3.0",
"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