Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/react

Package Overview
Dependencies
Maintainers
3
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

8

lib/index.js

@@ -84,2 +84,10 @@ Object.defineProperty(exports, '__esModule', { value: true });

var id = _a.id, children = _a.children, defaultPresence = _a.defaultPresence, defaultStorageRoot = _a.defaultStorageRoot;
if (process.env.NODE_ENV !== "production") {
if (id == null) {
throw new Error("RoomProvider id property is required. For more information: https://liveblocks.io/docs/errors/liveblocks-react/RoomProvider-id-property-is-required");
}
if (typeof id !== "string") {
throw new Error("RoomProvider id property should be a string.");
}
}
var client = useClient();

@@ -86,0 +94,0 @@ React.useEffect(function () {

6

package.json
{
"name": "@liveblocks/react",
"version": "0.14.1",
"version": "0.14.2",
"description": "",

@@ -26,3 +26,3 @@ "main": "./lib/index.js",

"peerDependencies": {
"@liveblocks/client": "0.14.1",
"@liveblocks/client": "0.14.2",
"react": "^16.14.0 || ^17"

@@ -56,2 +56,2 @@ },

}
}
}

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