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

@liveblocks/core

Package Overview
Dependencies
Maintainers
5
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/core - npm Package Compare versions

Comparing version 0.19.3-beta0 to 0.19.3-beta1

10

dist/index.d.ts

@@ -517,5 +517,11 @@ /**

maxConnectionsPerRoom?: number;
id?: string;
info?: Json;
};
groupIds?: string[];
} & ({
id: string;
anonymousId?: never;
} | {
id?: never;
anonymousId: string;
});
declare type AuthToken = AppOnlyAuthToken | RoomAuthToken;

@@ -522,0 +528,0 @@ declare function isAppOnlyAuthToken(data: JsonObject): data is AppOnlyAuthToken;

2

package.json
{
"name": "@liveblocks/core",
"version": "0.19.3-beta0",
"version": "0.19.3-beta1",
"description": "Shared code and foundational internals for Liveblocks",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is too big to display

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