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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
12
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cord-sdk/components - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

17

dist/cjs/index.js

@@ -6,3 +6,2 @@ 'use strict';

const componentNames = {
'cord-collaboration': 'Collaboration',
'cord-multiple-cursors': 'MultipleCursors',

@@ -14,3 +13,2 @@ 'cord-page-presence': 'PagePresence',

'cord-presence-observer': 'PresenceObserver',
'cord-text': 'Text',
'cord-thread': 'Thread',

@@ -39,12 +37,2 @@ 'cord-thread-list': 'ThreadList',

const componentAttributes = {
Collaboration: {
context: 'json',
location: 'json',
'show-close-button': 'boolean',
'show-inbox': 'boolean',
'show-presence': 'boolean',
'show-all-activity': 'boolean',
'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},
MultipleCursors: {

@@ -100,6 +88,2 @@ context: 'json',

},
Text: {
label: 'string',
color: 'string',
},
Thread: {

@@ -113,2 +97,3 @@ context: 'json',

'show-header': 'boolean',
'composer-expanded': 'boolean',
},

@@ -115,0 +100,0 @@ ThreadList: {

import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types';
export declare const componentNames: {
readonly 'cord-collaboration': "Collaboration";
readonly 'cord-multiple-cursors': "MultipleCursors";

@@ -10,3 +9,2 @@ readonly 'cord-page-presence': "PagePresence";

readonly 'cord-presence-observer': "PresenceObserver";
readonly 'cord-text': "Text";
readonly 'cord-thread': "Thread";

@@ -27,12 +25,2 @@ readonly 'cord-thread-list': "ThreadList";

export declare const componentAttributes: {
readonly Collaboration: {
readonly context: "json";
readonly location: "json";
readonly 'show-close-button': "boolean";
readonly 'show-inbox': "boolean";
readonly 'show-presence': "boolean";
readonly 'show-all-activity': "boolean";
readonly 'exclude-viewer-from-presence': "boolean";
readonly 'show-pins-on-page': "boolean";
};
readonly MultipleCursors: {

@@ -88,6 +76,2 @@ readonly context: "json";

};
readonly Text: {
readonly label: "string";
readonly color: "string";
};
readonly Thread: {

@@ -101,2 +85,3 @@ readonly context: "json";

readonly 'show-header': "boolean";
readonly 'composer-expanded': "boolean";
};

@@ -103,0 +88,0 @@ readonly ThreadList: {

const componentNames = {
'cord-collaboration': 'Collaboration',
'cord-multiple-cursors': 'MultipleCursors',

@@ -9,3 +8,2 @@ 'cord-page-presence': 'PagePresence',

'cord-presence-observer': 'PresenceObserver',
'cord-text': 'Text',
'cord-thread': 'Thread',

@@ -34,12 +32,2 @@ 'cord-thread-list': 'ThreadList',

const componentAttributes = {
Collaboration: {
context: 'json',
location: 'json',
'show-close-button': 'boolean',
'show-inbox': 'boolean',
'show-presence': 'boolean',
'show-all-activity': 'boolean',
'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},
MultipleCursors: {

@@ -95,6 +83,2 @@ context: 'json',

},
Text: {
label: 'string',
color: 'string',
},
Thread: {

@@ -108,2 +92,3 @@ context: 'json',

'show-header': 'boolean',
'composer-expanded': 'boolean',
},

@@ -110,0 +95,0 @@ ThreadList: {

4

package.json
{
"name": "@cord-sdk/components",
"description": "Structured information about the Cord web components",
"version": "0.0.30",
"version": "0.0.31",
"homepage": "https://docs.cord.com/",

@@ -22,3 +22,3 @@ "license": "MIT",

"dependencies": {
"@cord-sdk/types": "0.0.30"
"@cord-sdk/types": "0.0.31"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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