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.16.12 to 0.16.13

4

index.d.ts

@@ -42,6 +42,6 @@ import { Presence, User, Client } from '@liveblocks/client';

};
declare function enterRoom(roomId: string, initialState?: any): {
declare function enterRoom<T>(roomId: string, initialState?: T): {
type: string;
roomId: string;
initialState: any;
initialState?: T;
};

@@ -48,0 +48,0 @@ declare function leaveRoom(roomId: string): {

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

@@ -23,4 +23,4 @@ "main": "./index.js",

"lint": "eslint src/ test/",
"test": "jest --watch",
"test-ci": "jest",
"test": "jest --watch --silent --verbose",
"test-ci": "jest --silent --verbose",
"dtslint": "dtslint --localTs node_modules/typescript/lib --expectOnly types"

@@ -35,3 +35,3 @@ },

"peerDependencies": {
"@liveblocks/client": "0.16.12",
"@liveblocks/client": "0.16.13",
"redux": "^4"

@@ -52,5 +52,5 @@ },

"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.12.0",

@@ -66,2 +66,3 @@ "eslint-plugin-import": "^2.26.0",

"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.2",
"whatwg-fetch": "^3.6.2"

@@ -68,0 +69,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