New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cord-sdk/components

Package Overview
Dependencies
Maintainers
7
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.21 to 0.0.22

10

dist/cjs/index.js

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

'cord-floating-threads': 'FloatingThreads',
'cord-selection-comments': 'SelectionComments',
};

@@ -81,2 +82,3 @@ const InboxSharedAttributes = {

'show-pins-on-page': 'boolean',
'thread-name': 'string',
},

@@ -97,2 +99,3 @@ SidebarLauncher: {

'thread-id': 'string',
'thread-name': 'string',
collapsed: 'boolean',

@@ -117,3 +120,10 @@ 'show-header': 'boolean',

'button-label': 'string',
'thread-name': 'string',
},
SelectionComments: {
location: 'json',
'button-label': 'string',
'icon-url': 'string',
'thread-name': 'string',
},
};

@@ -120,0 +130,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null

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

readonly 'cord-floating-threads': "FloatingThreads";
readonly 'cord-selection-comments': "SelectionComments";
};

@@ -74,2 +75,3 @@ export declare type ElementName = keyof typeof componentNames;

readonly 'show-pins-on-page': "boolean";
readonly 'thread-name': "string";
};

@@ -90,2 +92,3 @@ readonly SidebarLauncher: {

readonly 'thread-id': "string";
readonly 'thread-name': "string";
readonly collapsed: "boolean";

@@ -113,3 +116,10 @@ readonly 'show-header': "boolean";

readonly 'button-label': "string";
readonly 'thread-name': "string";
};
readonly SelectionComments: {
readonly location: "json";
readonly 'button-label': "string";
readonly 'icon-url': "string";
readonly 'thread-name': "string";
};
};

@@ -116,0 +126,0 @@ export declare type PropertyTypes = {

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

'cord-floating-threads': 'FloatingThreads',
'cord-selection-comments': 'SelectionComments',
};

@@ -77,2 +78,3 @@ const InboxSharedAttributes = {

'show-pins-on-page': 'boolean',
'thread-name': 'string',
},

@@ -93,2 +95,3 @@ SidebarLauncher: {

'thread-id': 'string',
'thread-name': 'string',
collapsed: 'boolean',

@@ -113,3 +116,10 @@ 'show-header': 'boolean',

'button-label': 'string',
'thread-name': 'string',
},
SelectionComments: {
location: 'json',
'button-label': 'string',
'icon-url': 'string',
'thread-name': 'string',
},
};

@@ -116,0 +126,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.21",
"version": "0.0.22",
"homepage": "https://docs.cord.com/",

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

"dependencies": {
"@cord-sdk/types": "0.0.21"
"@cord-sdk/types": "0.0.22"
},

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