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

@huddle01/react

Package Overview
Dependencies
Maintainers
5
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/react - npm Package Compare versions

Comparing version 0.0.16 to 1.0.0-alpha.0

dist/hooks/helpers/useConnectionState.d.ts

78

package.json
{
"name": "@huddle01/react",
"version": "0.0.16",
"description": "The Huddle01 React SDK offers a comprehensive suite of hooks, methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.",
"main": "dist/huddle01-react.cjs.js",
"module": "dist/huddle01-react.esm.js",
"files": [
"dist",
"components",
"hooks",
"app-utils"
],
"version": "1.0.0-alpha.0",
"description": "",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./hooks": {
"import": "./dist/hooks/index.js",
"types": "./dist/hooks/index.d.ts"
}
},
"scripts": {
"fix": "pnpm preconstruct fix",
"build": "pnpm preconstruct build",
"watch": "pnpm preconstruct watch"
"build": "tsc",
"watch": "pnpm build --watch",
"test": "vitest run",
"test:types": "vitest typecheck --config ./vitest.config.ts"
},
"keywords": [
"huddle01",
"web3",
"react",
"components",
"hooks"
],
"files": ["dist", "index.d.ts", "hooks.d.ts"],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@huddle01/eslint-config": "workspace:*",
"@preconstruct/cli": "^2.3.0",
"@types/react": "^18.0.28",
"react-native-webrtc": "^111.0.1",
"types": "workspace:*",
"typescript": "^4.9.5"
"@types/react": "^18.2.20",
"tsconfig": "*",
"types": "*",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^4.2.1"
},
"author": "a4748g",
"license": "ISC",
"dependencies": {
"@huddle01/web-core": "0.0.17",
"jotai": "^2.0.3",
"react": "18.2.0",
"ws": "^8.0.0"
},
"preconstruct": {
"entrypoints": [
"index.ts",
"components/index.ts",
"hooks/index.ts",
"app-utils/index.ts"
]
"@tanstack/react-query": "^4.32.6",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"axios": "^1.5.1",
"@huddle01/web-core": "@huddle01/web-core@1.0.0-alpha.0",
"react": "18.2.0"
}
}
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