🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

webrtc-frontend-library

Package Overview
Dependencies
Maintainers
0
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-frontend-library - npm Package Compare versions

Comparing version

to
1.0.5

dist/@types/index.d.ts

8

dist/components/VideoChat/VideoChat.d.ts
import { FC } from "react";
import "./VideoChat.scss";
interface VideochatProps {
interface VideoChatProps {
roomId: string;
user_token: string;
handleError: (err?: any) => void;
}
declare const VideoChat: FC<VideochatProps>;
declare const VideoChat: FC<VideoChatProps>;
export default VideoChat;

@@ -0,3 +1,19 @@

/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js

@@ -10,1 +26,11 @@ *

*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
{
"name": "webrtc-frontend-library",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -15,7 +15,12 @@ "main": "./dist/index.js",

"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.5",
"axios": "^1.7.7",
"css-loader": "^7.1.2",
"freeice": "^2.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.78.0",
"react-svg": "^16.1.34",
"react-use-websocket": "^4.8.1",
"sass": "^1.79.1",
"sass-loader": "^16.0.1",

@@ -22,0 +27,0 @@ "style-loader": "^4.0.0",

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