Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/api

Package Overview
Dependencies
Maintainers
1
Versions
258
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.9 to 1.15.10

14

package.json
{
"name": "@cocreate/api",
"version": "1.15.9",
"version": "1.15.10",
"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. ",

@@ -62,9 +62,9 @@ "keywords": [

"dependencies": {
"@cocreate/actions": "^1.12.0",
"@cocreate/crud-client": "^1.28.10",
"@cocreate/element-prototype": "^1.11.7",
"@cocreate/render": "^1.29.0",
"@cocreate/socket-client": "^1.32.2",
"@cocreate/utils": "^1.26.1"
"@cocreate/actions": "^1.12.1",
"@cocreate/crud-client": "^1.28.12",
"@cocreate/element-prototype": "^1.11.8",
"@cocreate/render": "^1.29.1",
"@cocreate/socket-client": "^1.32.3",
"@cocreate/utils": "^1.26.2"
}
}

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

let org = await CRUD.send({
method: 'read.object',
method: 'object.read',
array: "organizations",

@@ -66,3 +66,3 @@ key: config["key"],

let data2 = await CRUD.send({
method: 'read.object',
method: 'object.read',
array: "organizations",

@@ -101,3 +101,3 @@ object: {

let myOrg = await CRUD.send({
method: 'read.object',
method: 'object.read',
array: "organizations",

@@ -104,0 +104,0 @@ key: org["key"],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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