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.10 to 0.0.11

1

dist/client.js

@@ -59,2 +59,3 @@ "use strict";

async connect() {
await this.syncOfflineCache();
const { room, session } = await authorize_1.default(this._authorizationUrl, this._reference);

@@ -61,0 +62,0 @@ this._roomId = room.id;

4

dist/offline.js

@@ -10,6 +10,6 @@ "use strict";

const Offline = {
get: (roomRef, docId) => idb_keyval_1.get(roomRef + "/" + docId),
set: (roomRef, docId, value) => idb_keyval_1.set(roomRef + "/" + docId, value)
get: (roomRef, docId) => idb_keyval_1.get("rs:" + roomRef + "/" + docId),
set: (roomRef, docId, value) => idb_keyval_1.set("rs:" + roomRef + "/" + docId, value)
};
exports.default = Offline;
//# sourceMappingURL=offline.js.map
{
"name": "@roomservice/browser",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index",

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

Sorry, the diff of this file is not supported yet

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