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

@liveblocks/redux

Package Overview
Dependencies
Maintainers
4
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/redux - npm Package Compare versions

Comparing version 0.17.0-test1 to 0.17.0

10

index.d.ts

@@ -1,2 +0,2 @@

import { JsonObject, User, Client } from "@liveblocks/client";
import { JsonObject, BaseUserMeta, User, Client } from "@liveblocks/client";
import { StoreEnhancer } from "redux";

@@ -7,3 +7,7 @@

};
declare type LiveblocksState<TState, TPresence extends JsonObject> = TState & {
declare type LiveblocksState<
TState,
TPresence extends JsonObject,
TUserMeta extends BaseUserMeta
> = TState & {
/**

@@ -16,3 +20,3 @@ * Liveblocks extra state attached by the enhancer

*/
readonly others: Array<User<TPresence>>;
readonly others: Array<User<TPresence, TUserMeta>>;
/**

@@ -19,0 +23,0 @@ * Whether or not the room storage is currently loading

{
"name": "@liveblocks/redux",
"version": "0.17.0-test1",
"version": "0.17.0",
"description": "A store enhancer to integrate Liveblocks into Redux stores.",

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

"peerDependencies": {
"@liveblocks/client": "0.17.0-test1",
"@liveblocks/client": "0.17.0",
"redux": "^4"

@@ -37,0 +37,0 @@ },

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