Socket
Socket
Sign inDemoInstall

@cocreate/crud-client

Package Overview
Dependencies
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/crud-client - npm Package Compare versions

Comparing version 1.28.9 to 1.28.10

2

package.json
{
"name": "@cocreate/crud-client",
"version": "1.28.9",
"version": "1.28.10",
"description": "An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

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

let response = await indexeddb.send({
clientId: data.clientId,
frameId: data.frameId,
socketId: data.socketId,
method: 'update.' + type,
array: data.array,
[type]: data[type],

@@ -164,6 +168,7 @@ $filter: {

},
upsert: true,
user_id: data.user_id,
organization_id: data.organization_id
})
if (response && response[type] && response[type].length) {

@@ -170,0 +175,0 @@ console.log('crud synced: ', response)

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