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

loro-wasm

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loro-wasm - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

8

bundler/loro_wasm.d.ts

@@ -1169,6 +1169,6 @@ /* tslint:disable */

*
* If a delta item is insert, it should include all the attributes of the inserted text.
* If a delta item is `insert`, it should include all the attributes of the inserted text.
* Loro's rich text CRDT may make the inserted text inherit some styles when you use
* `insert` method directly. However, when you use `applyDelta`, if there are some attributes
* inherit from CRDT but not included in the delta, they will be removed.
* `insert` method directly. However, when you use `applyDelta` if some attributes are
* inherited from CRDT but not included in the delta, they will be removed.
*

@@ -1178,3 +1178,3 @@ * Another special property of `applyDelta` is if you format an attribute for ranges out of

* build the binding between Loro and rich text editors like Quill, which might assume there
* are always a newline at the end of the text implicitly.
* is always a newline at the end of the text implicitly.
*

@@ -1181,0 +1181,0 @@ * @example

# Changelog
## 0.10.1
### Patch Changes
- fix: remove checking after checkout
## 0.10.0

@@ -4,0 +10,0 @@

@@ -1169,6 +1169,6 @@ /* tslint:disable */

*
* If a delta item is insert, it should include all the attributes of the inserted text.
* If a delta item is `insert`, it should include all the attributes of the inserted text.
* Loro's rich text CRDT may make the inserted text inherit some styles when you use
* `insert` method directly. However, when you use `applyDelta`, if there are some attributes
* inherit from CRDT but not included in the delta, they will be removed.
* `insert` method directly. However, when you use `applyDelta` if some attributes are
* inherited from CRDT but not included in the delta, they will be removed.
*

@@ -1178,3 +1178,3 @@ * Another special property of `applyDelta` is if you format an attribute for ranges out of

* build the binding between Loro and rich text editors like Quill, which might assume there
* are always a newline at the end of the text implicitly.
* is always a newline at the end of the text implicitly.
*

@@ -1181,0 +1181,0 @@ * @example

{
"name": "loro-wasm",
"version": "0.10.0",
"version": "0.10.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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