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

@cord-sdk/react

Package Overview
Dependencies
Maintainers
12
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 0.0.40 to 0.0.41

2

dist/cjs/index.js

@@ -173,3 +173,3 @@ 'use strict';

navigate,
react_package_version: "0.0.40",
react_package_version: "0.0.41",
thread_options: threadOptions

@@ -176,0 +176,0 @@ ? {

@@ -22,9 +22,10 @@ export { CordProvider, CordContext } from './contexts/CordContext';

export { FacepileReactComponentProps, Facepile } from './components/Facepile';
export * as notification from './hooks/notification';
export * as presence from './hooks/presence';
export * as thread from './hooks/thread';
export * as experimental from './experimental';
export * as beta from './beta';
import * as notification from './hooks/notification';
import * as presence from './hooks/presence';
import * as thread from './hooks/thread';
import * as experimental from './experimental';
import * as beta from './beta';
export { useSummary as useCordNotificationSummary } from './hooks/notification';
export { useLocationData as useCordPresentUsers } from './hooks/presence';
export { useLocationSummary as useCordThreadActivitySummary, useThreadSummary as useCordThreadSummary, } from './hooks/thread';
export { notification, presence, thread, experimental, beta };

@@ -150,3 +150,3 @@ import { jsx } from 'react/jsx-runtime';

navigate,
react_package_version: "0.0.40",
react_package_version: "0.0.41",
thread_options: threadOptions

@@ -153,0 +153,0 @@ ? {

{
"name": "@cord-sdk/react",
"description": "React components for Cord",
"version": "0.0.40",
"version": "0.0.41",
"homepage": "https://docs.cord.com/",

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

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

@@ -30,3 +30,3 @@ "peerDependencies": {

"devDependencies": {
"@cord-sdk/jsx": "0.0.40",
"@cord-sdk/jsx": "0.0.41",
"@types/react": "^17.0.43",

@@ -33,0 +33,0 @@ "rollup": "^2.70.1",

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