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

@cord-sdk/react

Package Overview
Dependencies
Maintainers
15
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cord-sdk/react - npm Package Compare versions

Comparing version 1.24.1 to 1.25.0

2

dist/mjs/components/FloatingThreads.d.ts

@@ -11,2 +11,3 @@ import * as React from 'react';

showScreenshotPreview?: boolean;
groupId?: string;
onStart?: (...args: FloatingThreadsWebComponentEvents['start']) => unknown;

@@ -26,2 +27,3 @@ onFinish?: (...args: FloatingThreadsWebComponentEvents['finish']) => unknown;

showScreenshotPreview?: boolean | undefined;
groupId?: string | undefined;
onStart?: (() => unknown) | undefined;

@@ -28,0 +30,0 @@ onFinish?: ((threadID: string) => unknown) | undefined;

@@ -14,2 +14,3 @@ import * as React from 'react';

threadName?: string;
groupId?: string;
onOpen?: (...args: SidebarWebComponentEvents['open']) => unknown;

@@ -32,2 +33,3 @@ onClose?: (...args: SidebarWebComponentEvents['close']) => unknown;

threadName?: string | undefined;
groupId?: string | undefined;
onOpen?: ((args_0: {

@@ -34,0 +36,0 @@ width?: number | undefined;

8

package.json
{
"name": "@cord-sdk/react",
"description": "React components for Cord",
"version": "1.24.1",
"version": "1.25.0",
"homepage": "https://docs.cord.com/",

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

"dependencies": {
"@cord-sdk/components": "1.24.1",
"@cord-sdk/types": "1.24.1",
"@cord-sdk/components": "1.25.0",
"@cord-sdk/types": "1.25.0",
"classnames": "^2.3.1",

@@ -34,3 +34,3 @@ "phosphor-react": "^1.4.0",

"devDependencies": {
"@cord-sdk/jsx": "1.24.1",
"@cord-sdk/jsx": "1.25.0",
"@types/react": "^18.2.25",

@@ -37,0 +37,0 @@ "@vanilla-extract/css": "^1.13.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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