
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@jsonjoy.com/collaborative-ui
Advanced tools
React component library for building real-time collaborative editing applications.
@jsonjoy.com/collaborative-uiA library of React components for building real-time collaborative editing experiences powered by JSON CRDT. Includes ready-made integrations for popular code and rich-text editors, and a visual toolkit for inspecting and debugging JSON CRDT documents.
npm install json-joy @jsonjoy.com/collaborative-ui
Import components directly from their directories:
import {CollaborativeInput} from '@jsonjoy.com/collaborative-input-react';
import {JsonCrdtModel} from '@jsonjoy.com/collaborative-ui/lib/JsonCrdtModel';
import {SideBySideSync} from '@jsonjoy.com/collaborative-ui/lib/SideBySideSync';
import {Model, s} from 'json-joy/lib/json-crdt';
import {CollaborativeInput} from '@jsonjoy.com/collaborative-input-react';
const model = Model.create(s.obj({text: s.str('Hello!')}));
<CollaborativeInput str={() => model.s.text.$} />
FAQs
React component library for building real-time collaborative editing applications.
We found that @jsonjoy.com/collaborative-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.