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

@huddle01/huddle01-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/huddle01-client - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

HuddleClient/hc.ts

@@ -1,2 +0,2 @@

import HuddleClient from 'huddle01-client/HuddleClient/HuddleClient';
import HuddleClient from '../HuddleClient/HuddleClient';
import randomString from 'random-string';

@@ -3,0 +3,0 @@

{
"name": "@huddle01/huddle01-client",
"version": "0.0.0",
"version": "0.0.1",
"main": "./index.ts",

@@ -5,0 +5,0 @@ "types": "./index.ts",

@@ -37,3 +37,6 @@ # Huddle01 Client SDK

// HuddleIframe to be imported
import { HuddleClientProvider, getHuddleClient } from 'huddle01-client';
import {
HuddleClientProvider,
getHuddleClient,
} from '@huddle01/huddle01-client';
```

@@ -68,3 +71,3 @@

// JavaScript | TypeScript
import { useHuddleClientContext } from 'huddle01-client/hooks';
import { useHuddleClientContext } from '@huddle01/huddle01-client/hooks';

@@ -71,0 +74,0 @@ const huddleClient = useHuddleClientContext();

import { IFigmentStoreType, IMediErrorType, StoreSlice } from './storeTypes';
import { VIDEO_CONSTRAINS } from 'huddle01-client/constants';
import { VIDEO_CONSTRAINS } from '../constants';
import logger from '../HuddleClient/logger';

@@ -4,0 +4,0 @@ import { initFigment } from '../utils/figment';

@@ -1,2 +0,2 @@

import { VIDEO_CONSTRAINS } from 'huddle01-client/constants';
import { VIDEO_CONSTRAINS } from '../constants';
import logger from '../HuddleClient/logger';

@@ -3,0 +3,0 @@ import { IMediaSlice, IMediErrorType, StoreSlice } from './storeTypes';

@@ -43,3 +43,2 @@ import create, { GetState, SetState } from 'zustand';

/** @deprecated use useHuddleStore hook instead */
const useRootStore = create(

@@ -46,0 +45,0 @@ devtools(createRootSlice, {

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