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.25.0 to 1.25.1

9

CoCreate.config.js

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

"name": "index.html",
"path": "/docs/crud-client/index.html",
"path": "/docs/crud-client",
"pathname": "/docs/crud-client/index.html",
"src": "{{./docs/index.html}}",

@@ -18,7 +19,5 @@ "host": [

],
"directory": "/docs/crud-client",
"parentDirectory": "{{parentDirectory}}",
"directory": "crud-client",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
"public": "true"
}

@@ -25,0 +24,0 @@ }

{
"name": "@cocreate/crud-client",
"version": "1.25.0",
"version": "1.25.1",
"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.",

@@ -61,6 +61,6 @@ "keywords": [

"dependencies": {
"@cocreate/indexeddb": "^1.13.0",
"@cocreate/socket-client": "^1.26.0",
"@cocreate/uuid": "^1.7.0"
"@cocreate/indexeddb": "^1.13.4",
"@cocreate/socket-client": "^1.26.2",
"@cocreate/uuid": "^1.7.1"
}
}

@@ -47,11 +47,4 @@ /********************************************************************************

const CoCreateCRUD = {
socket: null,
setSocket: function (socket) {
this.socket = socket || CoCreateSocket;
socket: CoCreateSocket,
if (isBrowser) {
this.socket.create(); // {prefix: 'crud'}
}
},
/**

@@ -414,3 +407,2 @@ * Performs a crud action using the define method .

CoCreateCRUD.setSocket();
if (isBrowser) {

@@ -417,0 +409,0 @@ CoCreateCRUD.syncListeners();

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