Socket
Socket
Sign inDemoInstall

@cocreate/api

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/api - npm Package Compare versions

Comparing version 1.15.7 to 1.15.8

2

package.json
{
"name": "@cocreate/api",
"version": "1.15.7",
"version": "1.15.8",
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",

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

@@ -5,3 +5,3 @@ const CRUD = require('@cocreate/crud-client')

crud.setSocket(socket);
CRUD.setSocket(socket);

@@ -30,3 +30,3 @@ var api = (() => {

let org = await crud.send({
let org = await CRUD.send({
method: 'read.object',

@@ -66,3 +66,3 @@ array: "organizations",

let data2 = await crud.send({
let data2 = await CRUD.send({
method: 'read.object',

@@ -101,3 +101,3 @@ array: "organizations",

let myOrg = await crud.send({
let myOrg = await CRUD.send({
method: 'read.object',

@@ -104,0 +104,0 @@ array: "organizations",

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