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.15.11-test.1 to 0.15.11

4

lib/index.d.ts

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

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

@@ -6,3 +6,3 @@ export declare type Mapping<T> = Partial<{

}>;
export declare type LiveblocksState<TState, TPresence = any> = TState & {
export declare type LiveblocksState<TState, TPresence extends Presence = Presence> = TState & {
/**

@@ -9,0 +9,0 @@ * Liveblocks extra state attached by the enhancer

{
"name": "@liveblocks/redux",
"version": "0.15.11-test.1",
"version": "0.15.11",
"sideEffects": false,

@@ -39,3 +39,3 @@ "description": "",

"peerDependencies": {
"@liveblocks/client": "0.15.11-test.1",
"@liveblocks/client": "0.15.11",
"redux": "^4"

@@ -42,0 +42,0 @@ },

<p align="center">
<a href="https://liveblocks.io">
<img src="https://liveblocks.io/images/blog/introducing-liveblocks.png">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header.svg" alt="Liveblocks" />
</a>
</p>
# Liveblocks · [![Twitter Follow](https://shields.io/twitter/follow/liveblocks?label=Follow)](https://twitter.com/liveblocks)
# `@liveblocks/redux`
**At [Liveblocks](https://liveblocks.io), we’re building tools to help companies create world-class collaborative products that attract, engage and retain users.** This repository is a set of open-source packages for building performant and reliable multiplayer experiences.
<p>
<a href="https://npmjs.org/package/@liveblocks/redux">
<img src="https://img.shields.io/npm/v/@liveblocks/redux?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/redux">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/redux?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
</p>

@@ -19,3 +29,3 @@ ## Installation

- Start with the [React-Redux guide](https://liveblocks.io/docs/get-started/react-redux).
- Start with the [React and Redux guide](https://liveblocks.io/docs/get-started/react-redux).
- Explore the [API Reference](https://liveblocks.io/docs/api-reference/liveblocks-redux).

@@ -22,0 +32,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