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.1 to 1.27.2

2

package.json
{
"name": "@cocreate/crdt",
"version": "1.27.1",
"version": "1.27.2",
"description": "CoCreate crdt",

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

@@ -66,7 +66,3 @@ /********************************************************************************

$filter: {
query: [{
key: 'name',
operator: "$eq",
value: name
}],
query: { name },
limit: 1

@@ -258,5 +254,3 @@ }

$filter: {
query: [
{ key: 'name', value: name, operator: '$eq', index: true }
],
query: { name },
limit: 1

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