@liveblocks/redux
Advanced tools
Comparing version 0.15.11-test.1 to 0.15.11
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37142
51
0