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.28 to 0.0.29

12

dist/cjs/index.js

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

'cord-thread-list': 'ThreadList',
'cord-composer': 'Composer',
'cord-inbox-launcher': 'InboxLauncher',

@@ -23,2 +24,3 @@ 'cord-inbox': 'Inbox',

'cord-notification-list': 'NotificationList',
'cord-message': 'Message',
};

@@ -108,2 +110,8 @@ const InboxSharedAttributes = {

},
Composer: {
location: 'json',
'thread-id': 'string',
'thread-name': 'string',
autofocus: 'boolean',
},
InboxLauncher: {

@@ -136,2 +144,6 @@ label: 'string',

},
Message: {
'thread-id': 'string',
'message-id': 'string',
},
};

@@ -138,0 +150,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null

@@ -13,2 +13,3 @@ import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types';

readonly 'cord-thread-list': "ThreadList";
readonly 'cord-composer': "Composer";
readonly 'cord-inbox-launcher': "InboxLauncher";

@@ -20,2 +21,3 @@ readonly 'cord-inbox': "Inbox";

readonly 'cord-notification-list': "NotificationList";
readonly 'cord-message': "Message";
};

@@ -101,2 +103,8 @@ export declare type ElementName = keyof typeof componentNames;

};
readonly Composer: {
readonly location: "json";
readonly 'thread-id': "string";
readonly 'thread-name': "string";
readonly autofocus: "boolean";
};
readonly InboxLauncher: {

@@ -132,2 +140,6 @@ readonly 'show-settings': "boolean";

};
readonly Message: {
readonly 'thread-id': "string";
readonly 'message-id': "string";
};
};

@@ -134,0 +146,0 @@ export declare type PropertyTypes = {

@@ -12,2 +12,3 @@ const componentNames = {

'cord-thread-list': 'ThreadList',
'cord-composer': 'Composer',
'cord-inbox-launcher': 'InboxLauncher',

@@ -19,2 +20,3 @@ 'cord-inbox': 'Inbox',

'cord-notification-list': 'NotificationList',
'cord-message': 'Message',
};

@@ -104,2 +106,8 @@ const InboxSharedAttributes = {

},
Composer: {
location: 'json',
'thread-id': 'string',
'thread-name': 'string',
autofocus: 'boolean',
},
InboxLauncher: {

@@ -132,2 +140,6 @@ label: 'string',

},
Message: {
'thread-id': 'string',
'message-id': 'string',
},
};

@@ -134,0 +146,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null

4

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

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

"dependencies": {
"@cord-sdk/types": "0.0.28"
"@cord-sdk/types": "0.0.29"
},

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