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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
5
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.10 to 0.0.11

12

dist/cjs/index.js

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

'cord-thread-list': 'ThreadList',
'cord-inbox-launcher': 'InboxLauncher',
'cord-inbox': 'Inbox',
};

@@ -82,2 +84,3 @@ const componentAttributes = {

collapsed: 'boolean',
'show-header': 'boolean',
},

@@ -87,2 +90,11 @@ ThreadList: {

},
InboxLauncher: {
label: 'string',
'icon-url': 'string',
'inbox-badge-style': 'badge-style',
},
Inbox: {
'show-close-button': 'boolean',
'show-all-activity': 'boolean',
},
};

@@ -89,0 +101,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null

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

readonly 'cord-thread-list': "ThreadList";
readonly 'cord-inbox-launcher': "InboxLauncher";
readonly 'cord-inbox': "Inbox";
};

@@ -81,2 +83,3 @@ export declare type ElementName = keyof typeof componentNames;

readonly collapsed: "boolean";
readonly 'show-header': "boolean";
};

@@ -86,2 +89,11 @@ readonly ThreadList: {

};
readonly InboxLauncher: {
readonly label: "string";
readonly 'icon-url': "string";
readonly 'inbox-badge-style': "badge-style";
};
readonly Inbox: {
readonly 'show-close-button': "boolean";
readonly 'show-all-activity': "boolean";
};
};

@@ -88,0 +100,0 @@ export declare type PropertyTypes = {

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

'cord-thread-list': 'ThreadList',
'cord-inbox-launcher': 'InboxLauncher',
'cord-inbox': 'Inbox',
};

@@ -78,2 +80,3 @@ const componentAttributes = {

collapsed: 'boolean',
'show-header': 'boolean',
},

@@ -83,2 +86,11 @@ ThreadList: {

},
InboxLauncher: {
label: 'string',
'icon-url': 'string',
'inbox-badge-style': 'badge-style',
},
Inbox: {
'show-close-button': 'boolean',
'show-all-activity': 'boolean',
},
};

@@ -85,0 +97,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null

6

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

@@ -18,7 +18,7 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/getcord/cord-sdk.git",
"url": "https://github.com/getcord/sdk-js.git",
"directory": "packages/components"
},
"dependencies": {
"@cord-sdk/types": "0.0.10"
"@cord-sdk/types": "0.0.11"
},

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

<img width="100%" src="https://docs.cord.com/assets/cord-sdk-banner.svg"></img>
# [@cord-sdk/components](https://docs.cord.com/) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcord/cord-sdk/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@cord-sdk/components.svg)](https://www.npmjs.com/package/@cord-sdk/components)
# [@cord-sdk/components](https://docs.cord.com/) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcord/sdk-js/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@cord-sdk/components.svg)](https://www.npmjs.com/package/@cord-sdk/components)

@@ -5,0 +5,0 @@ This package contains structured information about the Cord web components. It is used by other cord-sdk packages.

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