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

@jupyter/ydoc

Package Overview
Dependencies
Maintainers
12
Versions
39
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 3.0.0-a7 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

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