Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "scto", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Strings compare to OP model", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# scto | ||
String Compare To Operations (CRDT Operation model) | ||
Strings Comparing To Operations (OT model) | ||
@@ -9,3 +9,3 @@ [![Build Status](https://travis-ci.org/cudr/scto.svg?branch=master)](https://travis-ci.org/cudr/scto) | ||
This package is similar to jsdiff, but generates CRDT-friendly operations. Useful for compare strings to OP data-transfer model. x30 faster then diff-match-patch and x625 faster for strings compare than jsdiff! | ||
This package is similar to jsdiff, but generates OT-friendly operations. Can be useful for comparing strings in OT or CRDT data-transfer model. x30 faster then diff-match-patch and x625 faster than jsdiff in strings comparision! | ||
@@ -12,0 +12,0 @@ ![image](https://user-images.githubusercontent.com/23132107/61914815-7f518380-af4a-11e9-91ee-d20ed80fe309.png) |
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
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
47254