Gathering detailed insights and metrics for @unify/circuit-web-components
Gathering detailed insights and metrics for @unify/circuit-web-components
Gathering detailed insights and metrics for @unify/circuit-web-components
Gathering detailed insights and metrics for @unify/circuit-web-components
Circuit Web Components allow for simple integration of Circuit into your existing website
npm install @unify/circuit-web-components
Typescript
Module System
Node Version
NPM Version
JavaScript (99.83%)
HTML (0.17%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
68 Commits
2 Forks
8 Watchers
1 Branches
1 Contributors
Updated on Mar 31, 2021
Latest Version
0.0.17
Package Id
@unify/circuit-web-components@0.0.17
Unpacked Size
102.65 kB
Size
21.03 kB
File Count
24
NPM Version
6.13.4
Node Version
12.14.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
Enhance your website with Circuit features such as making video calls without any code. Just include the desired web component module and the Circuit JS SDK and use the element.
Based on the latest Web Components standard. No dependency on any Web Components framework.
1<html> 2 <head> 3 <script type="module" src="//unpkg.com/@unify/circuit-web-components/circuit-call-button.js" defer></script> 4 <script src="//unpkg.com/circuit-sdk" async></script> 5 <style> 6 circuit-call-button[inprogress] { background: firebrick; } 7 </style> 8 </head> 9 <body> 10 <circuit-call-button 11 clientId="f06c51a30f0d4eb6acc05829c3e86266" 12 target="helpdesk@company.com">Call Helpdesk</circuit-call-button> 13 </body> 14</html>
Renders a button to start a Circuit call, either as guest (via pool of authenticated users), or a regular user via OAuth authentication. For video calls the circuit-call-stage component can be used to display the local and remote video streams. call
object is exposed in the event callchange
.
Renders local and remote video streams of a call. convId
is passed as property to the web component to determine which conversation is rendered.
Renders a circuit conversation feed and allows the user to participate in the chat. call
is passed as property to the web component. overlay
attribute can be used to define the position on the local video, or to hide it.
Renders a list of the most recent circuit conversations. convId
is passed as property to the web component to determine which conversation is rendered.
See docs/README.md
1git clone https://github.com/circuit/circuit-web-components.git 2cd circuit-web-components 3npm i -g local-web-server 4ws -p 8443 --https -o
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 1/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More