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.13.1 to 1.13.2

2

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

@@ -67,8 +67,10 @@ const CRUD = require('@cocreate/crud-client')

array: "organizations",
filter: {
query: [{
key: 'host',
operator: "$in",
value: [hostname]
}],
object: {
$filter: {
query: [{
key: 'host',
operator: "$in",
value: [hostname]
}],
},
},

@@ -75,0 +77,0 @@ key: config["config"]["key"],

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