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.0 to 0.2.1

4

dist/room-client.js

@@ -242,2 +242,6 @@ "use strict";

publishDoc(callback) {
if (!this._doc) {
console.error("Attempting to call publishDoc .init() has finished.");
return {};
}
let newDoc = automerge_1.default.change(this._doc, callback);

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

{
"name": "@roomservice/browser",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index",

@@ -41,3 +41,7 @@ "types": "dist/index",

"uuid": "^3.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/getroomservice/browser"
}
}

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