Socket
Socket
Sign inDemoInstall

zustand-yjs

Package Overview
Dependencies
11
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

6

package.json
{
"name": "zustand-yjs",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Zustand Stores with Yjs",

@@ -10,2 +10,6 @@ "main": "./index.cjs.js",

"author": "Hadrien Froger",
"homepage": "https://github.com/tandem-pt/zustand-yjs",
"bugs": {
"url": "https://github.com/tandem-pt/zustand-yjs/issues"
},
"contributors": [],

@@ -12,0 +16,0 @@ "license": "MIT",

@@ -88,5 +88,18 @@ # Zustand-Yjs

## Run the example
1. Clone the Repository
2. `cd example;yarn`
3. `yarn start`
The example doesn't mount any connector for Y.Doc (yet). So don't expect syncing.
To do some sync, you can edit `example/src/organizationDoc.ts` and add some provider to the main document.
- [y-websocket](https://github.com/yjs/y-websocket)
- [y-webrtc](https://github.com/yjs/y-webrtc)
- [y-indexeddb](https://github.com/yjs/y-indexeddb)
## Special Thanks
- [Relm, svelt-yjs](https://github.com/relm-us/svelt-yjs/), this repo. started with this.
- [Relm, svelt-yjs](https://github.com/relm-us/svelt-yjs/), the repo we started with, many thanks for publishing.
- [YJS](https://github.com/yjs/yjs) – CRDT framework that deserve love and support

@@ -93,0 +106,0 @@ - [Zustand](https://github.com/pmndrs/zustand) – A small, fast and scaleable bearbones state-management solution. Our build system is taken from there.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc