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

@cord-sdk/jsx

Package Overview
Dependencies
Maintainers
12
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cord-sdk/jsx - npm Package Compare versions

Comparing version 0.0.41 to 0.0.42

6

dist/mjs/index.d.ts
import type { DetailedHTMLProps, HTMLAttributes } from 'react';
import type { componentAttributes, componentNames, ElementName } from '@cord-sdk/components';
declare type CordComponentReactInterface<T extends string> = DetailedHTMLProps<HTMLAttributes<HTMLElement> & {
type CordComponentReactInterface<T extends string> = DetailedHTMLProps<HTMLAttributes<HTMLElement> & {
[P in T]?: string;

@@ -8,6 +8,6 @@ } & {

}, HTMLElement>;
declare type AttributeNames = {
type AttributeNames = {
[N in ElementName]: keyof (typeof componentAttributes)[(typeof componentNames)[N]];
};
declare type CordElements = {
type CordElements = {
[N in ElementName]: CordComponentReactInterface<AttributeNames[N]>;

@@ -14,0 +14,0 @@ };

{
"name": "@cord-sdk/jsx",
"description": "JSX declarations of the Cord web components",
"version": "0.0.41",
"version": "0.0.42",
"homepage": "https://docs.cord.com/",

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

"dependencies": {
"@cord-sdk/components": "0.0.41"
"@cord-sdk/components": "0.0.42"
},

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

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