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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
14
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 1.12.1 to 1.13.0

10

dist/cjs/index.js

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

const componentNames = {
'cord-multiple-cursors': 'MultipleCursors',
'cord-multiple-cursors': 'LiveCursors',
'cord-live-cursors': 'LiveCursors',
'cord-page-presence': 'PagePresence',

@@ -45,3 +46,3 @@ 'cord-presence-facepile': 'PresenceFacepile',

const componentAttributes = {
MultipleCursors: {
LiveCursors: {
context: 'json',

@@ -205,3 +206,4 @@ location: 'json',

'composer-position': 'string',
'composer-expanded': 'boolean',
'top-level-composer-expanded': 'boolean',
'reply-composer-expanded': 'boolean',
'show-replies': 'string',

@@ -211,2 +213,4 @@ 'highlight-thread-id': 'string',

'display-resolved': 'string',
autofocus: 'boolean',
'enable-facepile-tooltip': 'boolean',
},

@@ -213,0 +217,0 @@ };

import type { BadgeStyle, ComposerSize, JsonValue, Orientation } from '@cord-sdk/types';
export declare const componentNames: {
readonly 'cord-multiple-cursors': "MultipleCursors";
readonly 'cord-multiple-cursors': "LiveCursors";
readonly 'cord-live-cursors': "LiveCursors";
readonly 'cord-page-presence': "PagePresence";

@@ -30,3 +31,3 @@ readonly 'cord-presence-facepile': "PresenceFacepile";

export declare const componentAttributes: {
readonly MultipleCursors: {
readonly LiveCursors: {
readonly context: "json";

@@ -201,3 +202,4 @@ readonly location: "json";

readonly 'composer-position': "string";
readonly 'composer-expanded': "boolean";
readonly 'top-level-composer-expanded': "boolean";
readonly 'reply-composer-expanded': "boolean";
readonly 'show-replies': "string";

@@ -207,2 +209,4 @@ readonly 'highlight-thread-id': "string";

readonly 'display-resolved': "string";
readonly autofocus: "boolean";
readonly 'enable-facepile-tooltip': "boolean";
};

@@ -209,0 +213,0 @@ };

const componentNames = {
'cord-multiple-cursors': 'MultipleCursors',
'cord-multiple-cursors': 'LiveCursors',
'cord-live-cursors': 'LiveCursors',
'cord-page-presence': 'PagePresence',

@@ -40,3 +41,3 @@ 'cord-presence-facepile': 'PresenceFacepile',

const componentAttributes = {
MultipleCursors: {
LiveCursors: {
context: 'json',

@@ -200,3 +201,4 @@ location: 'json',

'composer-position': 'string',
'composer-expanded': 'boolean',
'top-level-composer-expanded': 'boolean',
'reply-composer-expanded': 'boolean',
'show-replies': 'string',

@@ -206,2 +208,4 @@ 'highlight-thread-id': 'string',

'display-resolved': 'string',
autofocus: 'boolean',
'enable-facepile-tooltip': 'boolean',
},

@@ -208,0 +212,0 @@ };

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

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

"dependencies": {
"@cord-sdk/types": "1.12.1"
"@cord-sdk/types": "1.13.0"
},

@@ -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