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

yjs

Package Overview
Dependencies
Maintainers
1
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yjs - npm Package Compare versions

Comparing version 0.8.13 to 0.8.14

2

dist/bower.json
{
"name": "yjs",
"version": "0.8.13",
"version": "0.8.14",
"homepage": "y-js.org",

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

@@ -11,4 +11,2 @@ /* global Y, ace */

room: 'ace-example'
// debug: true
// url: 'http://127.0.0.1:2345'
},

@@ -23,8 +21,7 @@ sourceDir: '/bower_components',

// bind the textarea to a shared text element
var editor = ace.edit('editor')
editor.setTheme('ace/theme/monokai')
var editor = ace.edit('ace')
editor.setTheme('ace/theme/chrome')
editor.getSession().setMode('ace/mode/javascript')
y.share.ace.bindAce(editor)
// thats it..
})
{
"name": "yjs",
"version": "0.8.13",
"version": "0.8.14",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",

@@ -5,0 +5,0 @@ "main": "./src/y.js",

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