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.13 to 1.28.14

3

CoCreate.config.js

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

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

@@ -19,0 +18,0 @@ "directory": "crud-client",

{
"name": "@cocreate/crud-client",
"version": "1.28.13",
"version": "1.28.14",
"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": [

@@ -72,3 +72,3 @@ /********************************************************************************

data['timeStamp'] = new Date()
data.timeStamp = new Date().toISOString();

@@ -165,3 +165,3 @@ if (data.method.endsWith('.read'))

if (response && response[type] && response[type].length) {
console.log('crud synced: ', response)
console.log('crud synced: ', response[type])
self.socket.sendLocalMessage(response)

@@ -168,0 +168,0 @@ }

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