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

loro-crdt

Package Overview
Dependencies
Maintainers
0
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loro-crdt - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

12

dist/loro.d.ts

@@ -106,8 +106,8 @@ import { Value, AwarenessWasm, PeerID as PeerID$1, Container, ContainerID, TreeID, LoroDoc, OpId, Delta, LoroText, LoroMap, LoroTree, LoroList, LoroCounter, ContainerType } from 'loro-wasm';

index: number;
fractional_index: string;
fractionalIndex: string;
} | {
target: TreeID;
action: "delete";
old_parent: TreeID | undefined;
old_index: number;
oldParent: TreeID | undefined;
oldIndex: number;
} | {

@@ -118,5 +118,5 @@ target: TreeID;

index: number;
fractional_index: string;
old_parent: TreeID | undefined;
old_index: number;
fractionalIndex: string;
oldParent: TreeID | undefined;
oldIndex: number;
};

@@ -123,0 +123,0 @@ type TreeDiff = {

{
"name": "loro-crdt",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",

@@ -24,3 +24,3 @@ "keywords": [

"dependencies": {
"loro-wasm": "1.0.0-beta.2"
"loro-wasm": "1.0.0-beta.3"
},

@@ -27,0 +27,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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