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.1 to 0.2.2

3

dist/authorize.js

@@ -7,5 +7,4 @@ "use strict";

async function authorize(authorizationUrl, roomReference) {
// Generates and then records a session cookie.
// Generates and then records a session token
const result = await ky_universal_1.default.post(authorizationUrl, {
credentials: "include",
json: {

@@ -12,0 +11,0 @@ room: {

@@ -246,2 +246,5 @@ "use strict";

}
if (typeof callback !== "function") {
throw new Error(`room.publishDoc expects a function.`);
}
let newDoc = automerge_1.default.change(this._doc, callback);

@@ -248,0 +251,0 @@ if (!newDoc) {

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