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.23.1 to 1.23.2

2

package.json
{
"name": "@cocreate/crdt",
"version": "1.23.1",
"version": "1.23.2",
"description": "CoCreate crdt",

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

@@ -64,2 +64,3 @@ /********************************************************************************

method: "read.object",
status: "resolve",
array: "crdt-transactions",

@@ -129,3 +130,3 @@ object: {

else {
let response = await crud.send({ method: 'read.object', array, object: { _id: object, key } });
let response = await crud.send({ method: 'read.object', status: "resolve", array, object: { _id: object, key } });
string = crud.getValueFromObject(response.object[0], key);

@@ -132,0 +133,0 @@ }

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

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