@liveblocks/core
Advanced tools
Comparing version 0.19.3-beta0 to 0.19.3-beta1
@@ -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; |
{ | ||
"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
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
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
186224
5747
3