Socket
Socket
Sign inDemoInstall

@liveblocks/core

Package Overview
Dependencies
Maintainers
5
Versions
265
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.18.5 to 0.19.0-beta0

4

dist/index.d.ts

@@ -241,3 +241,3 @@ /**

* ToImmutable<LiveMap<string, LiveList<number>>>
* // { readonly [key: string]: readonly number[] }
* // ReadonlyMap<string, readonly number[]>
* ToImmutable<LiveObject<{ a: number, b: LiveList<string>, c?: number }>>

@@ -1328,3 +1328,3 @@ * // { readonly a: null, readonly b: readonly string[], readonly c?: number }

declare function lsonToJson(value: Lson): Json;
declare function patchLiveObjectKey<O extends LsonObject, K extends keyof O, V extends Lson>(liveObject: LiveObject<O>, key: K, prev?: V, next?: V): void;
declare function patchLiveObjectKey<O extends LsonObject, K extends keyof O, V extends Json>(liveObject: LiveObject<O>, key: K, prev?: V, next?: V): void;
declare function legacy_patchImmutableObject<S extends JsonObject>(state: S, updates: StorageUpdate[]): S;

@@ -1331,0 +1331,0 @@

{
"name": "@liveblocks/core",
"version": "0.18.5",
"version": "0.19.0-beta0",
"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