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

@jupyter/ydoc

Package Overview
Dependencies
Maintainers
9
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 1.1.0 to 1.1.1

2

lib/ycell.js

@@ -76,3 +76,3 @@ /* -----------------------------------------------------------------------------

if (cell.source != null) {
ycell.setSource(typeof cell.source === 'string' ? cell.source : cell.source.join('\n'));
ycell.setSource(typeof cell.source === 'string' ? cell.source : cell.source.join(''));
}

@@ -79,0 +79,0 @@ return ycell;

{
"name": "@jupyter/ydoc",
"version": "1.1.0",
"version": "1.1.1",
"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