🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jupyter/ydoc

Package Overview
Dependencies
Maintainers
12
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyter/ydoc - npm Package Compare versions

Comparing version

to
3.0.0-a8

8

lib/ycell.js

@@ -657,8 +657,4 @@ /* -----------------------------------------------------------------------------

const newText = new Y.Text();
let length = 0;
// text is a list of strings
for (const str of text) {
newText.insert(length, str);
length += str.length;
}
let _text = text instanceof Array ? text.join() : text;
newText.insert(0, _text);
_newOutput1['text'] = newText;

@@ -665,0 +661,0 @@ }

{
"name": "@jupyter/ydoc",
"version": "3.0.0-a7",
"version": "3.0.0-a8",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Jupyter document structures for collaborative editing using YJS",

Sorry, the diff of this file is not supported yet