
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@wordpress/sync
Advanced tools
Sync data between multiple peers and persist in a local database.
Install the module
npm install @wordpress/sync --save
Connect function to the IndexedDB persistence provider.
Parameters
ObjectID: The object ID.ObjectType: The object type.CRDTDoc: The CRDT document.Returns
Promise<() => void>: Promise that resolves when the connection is established.Connect function to the WebRTC provider.
Parameters
ObjectID: The object ID.ObjectType: The object type.CRDTDoc: The CRDT document.Returns
Promise<() => void>: Promise that resolves when the connection is established.Create a sync provider.
Parameters
ConnectDoc: Connect the document to a local database.ConnectDoc: Connect the document to a remote sync connection.Returns
SyncProvider: Sync provider.This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as other software projects.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main contributor guide.

FAQs
Sync Data.
We found that @wordpress/sync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.