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
424
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.13.0 to 0.13.1

3

lib/index.d.ts

@@ -197,2 +197,5 @@ import { Client, Others, Presence, LiveObject, LiveMap, Room, User, LiveList } from "@liveblocks/client";

export declare function useBatch(): (fn: () => void) => void;
/**
* Returns the room.history
*/
export declare function useHistory(): {

@@ -199,0 +202,0 @@ undo: () => void;

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

}
/**
* Returns the room.history
*/
function useHistory() {

@@ -382,0 +385,0 @@ return useRoom().history;

4

package.json
{
"name": "@liveblocks/react",
"version": "0.13.0",
"version": "0.13.1",
"description": "",

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

"peerDependencies": {
"@liveblocks/client": "0.13.0",
"@liveblocks/client": "0.13.1",
"react": "^16.14.0 || ^17"

@@ -29,0 +29,0 @@ },

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