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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
6
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.12 to 0.0.13

5

dist/cjs/index.js

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

'only-present-users': 'boolean',
orientation: 'orientation',
},

@@ -49,2 +50,3 @@ PresenceFacepile: {

'exact-match': 'boolean',
orientation: 'orientation',
},

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

'show-close-button': 'boolean',
'show-all-activity': 'boolean',
},

@@ -117,2 +118,3 @@ };

]),
orientation: enumAttributeConverter(['vertical', 'horizontal']),
};

@@ -126,2 +128,3 @@ const propertyToAttributeConverters = {

'badge-style': (value) => (value === undefined ? undefined : value || ''),
orientation: (value) => (value === undefined ? undefined : value || ''),
};

@@ -128,0 +131,0 @@ function attributeNameToPropName(attributeName) {

6

dist/mjs/index.d.ts

@@ -1,2 +0,2 @@

import type { BadgeStyle, JsonValue } from '@cord-sdk/types';
import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types';
export declare const componentNames: {

@@ -39,2 +39,3 @@ readonly 'cord-collaboration': "Collaboration";

readonly 'only-present-users': "boolean";
readonly orientation: "orientation";
};

@@ -48,2 +49,3 @@ readonly PresenceFacepile: {

readonly 'exact-match': "boolean";
readonly orientation: "orientation";
};

@@ -96,3 +98,2 @@ readonly PresenceObserver: {

readonly 'show-close-button': "boolean";
readonly 'show-all-activity': "boolean";
};

@@ -107,2 +108,3 @@ };

'badge-style': BadgeStyle;
orientation: Orientation;
};

@@ -109,0 +111,0 @@ export declare const attributeToPropertyConverters: {

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

'only-present-users': 'boolean',
orientation: 'orientation',
},

@@ -45,2 +46,3 @@ PresenceFacepile: {

'exact-match': 'boolean',
orientation: 'orientation',
},

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

'show-close-button': 'boolean',
'show-all-activity': 'boolean',
},

@@ -113,2 +114,3 @@ };

]),
orientation: enumAttributeConverter(['vertical', 'horizontal']),
};

@@ -122,2 +124,3 @@ const propertyToAttributeConverters = {

'badge-style': (value) => (value === undefined ? undefined : value || ''),
orientation: (value) => (value === undefined ? undefined : value || ''),
};

@@ -124,0 +127,0 @@ function attributeNameToPropName(attributeName) {

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

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

"dependencies": {
"@cord-sdk/types": "0.0.12"
"@cord-sdk/types": "0.0.13"
},

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