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

@cord-sdk/components

Package Overview
Dependencies
Maintainers
4
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.9 to 0.0.10

4

dist/cjs/index.js

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

'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},

@@ -65,2 +66,3 @@ MultipleCursors: {

'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},

@@ -88,3 +90,3 @@ SidebarLauncher: {

? undefined
: possibleValues.includes(value)
: possibleValues.indexOf(value) !== -1
? value

@@ -91,0 +93,0 @@ : undefined;

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

readonly 'exclude-viewer-from-presence': "boolean";
readonly 'show-pins-on-page': "boolean";
};

@@ -64,2 +65,3 @@ readonly MultipleCursors: {

readonly 'exclude-viewer-from-presence': "boolean";
readonly 'show-pins-on-page': "boolean";
};

@@ -66,0 +68,0 @@ readonly SidebarLauncher: {

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

'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},

@@ -61,2 +62,3 @@ MultipleCursors: {

'exclude-viewer-from-presence': 'boolean',
'show-pins-on-page': 'boolean',
},

@@ -84,3 +86,3 @@ SidebarLauncher: {

? undefined
: possibleValues.includes(value)
: possibleValues.indexOf(value) !== -1
? value

@@ -87,0 +89,0 @@ : undefined;

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

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

"dependencies": {
"@cord-sdk/types": "0.0.9"
"@cord-sdk/types": "0.0.10"
},

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