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
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.33 to 0.0.34

6

dist/cjs/index.js

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

'cord-notification-list-launcher': 'NotificationListLauncher',
'cord-pin': 'Pin',
};

@@ -144,2 +145,7 @@ const InboxSharedAttributes = {

},
Pin: {
location: 'json',
'thread-id': 'string',
'thread-name': 'string',
},
};

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

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

readonly 'cord-notification-list-launcher': "NotificationListLauncher";
readonly 'cord-pin': "Pin";
};

@@ -138,2 +139,7 @@ export declare type ElementName = keyof typeof componentNames;

};
readonly Pin: {
readonly location: "json";
readonly 'thread-id': "string";
readonly 'thread-name': "string";
};
};

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

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

'cord-notification-list-launcher': 'NotificationListLauncher',
'cord-pin': 'Pin',
};

@@ -140,2 +141,7 @@ const InboxSharedAttributes = {

},
Pin: {
location: 'json',
'thread-id': 'string',
'thread-name': 'string',
},
};

@@ -142,0 +148,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.33",
"version": "0.0.34",
"homepage": "https://docs.cord.com/",

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

"dependencies": {
"@cord-sdk/types": "0.0.33"
"@cord-sdk/types": "0.0.34"
},

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