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

@cocreate/crdt

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/crdt - npm Package Compare versions

Comparing version 1.24.2 to 1.24.3

3

CoCreate.config.js

@@ -15,4 +15,3 @@ module.exports = {

"host": [
"*",
"general.cocreate.app"
"*"
],

@@ -19,0 +18,0 @@ "directory": "crdt",

{
"name": "@cocreate/crdt",
"version": "1.24.2",
"version": "1.24.3",
"description": "CoCreate crdt",

@@ -5,0 +5,0 @@ "author": "CoCreate LLC",

@@ -287,4 +287,4 @@ /********************************************************************************

crud.listen('update.object', (data) => sync(data))
crud.listen('delete.object', (data) => sync(data))
crud.listen('object.update', (data) => sync(data))
crud.listen('object.delete', (data) => sync(data))

@@ -291,0 +291,0 @@ function sync(data) {

Sorry, the diff of this file is too big to display

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