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.4.0-0 to 0.4.0-1

8

dist/room-client.d.ts

@@ -16,7 +16,3 @@ import { PresenceMeta } from "./presence-client";

private _init;
init(): Promise<{
doc: string;
} | {
doc: Obj;
}>;
init(): Promise<Obj>;
restore(): Promise<any>;

@@ -27,3 +23,3 @@ onConnect(callback: () => void): void;

setDoc<D extends Obj>(change: (prevDoc: D) => void): Readonly<D>;
onSetDoc<D extends Obj>(callback: (newDoc: Readonly<D>) => void): void;
onSetDoc<D extends Obj>(callback: (newDoc: D) => void): void;
setPresence<P extends Obj>(key: string, value: P): void;

@@ -30,0 +26,0 @@ onSetPresence<P extends Obj>(callback: (meta: PresenceMeta, value: P) => void): void;

{
"name": "@roomservice/browser",
"version": "0.4.0-0",
"version": "0.4.0-1",
"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