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.27.4 to 1.27.5

8

package.json
{
"name": "@cocreate/crdt",
"version": "1.27.4",
"version": "1.27.5",
"description": "CoCreate crdt",

@@ -43,6 +43,6 @@ "author": "CoCreate LLC",

"dependencies": {
"@cocreate/crud-client": "^1.33.8",
"@cocreate/local-storage": "^1.14.3",
"@cocreate/utils": "^1.33.6"
"@cocreate/crud-client": "^1.33.9",
"@cocreate/local-storage": "^1.15.0",
"@cocreate/utils": "^1.33.7"
}
}

@@ -281,4 +281,4 @@ /********************************************************************************

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

@@ -285,0 +285,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