Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@livedigital/client
Advanced tools
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://choosealicense.com/licenses/mit/) [![npm version](https://img.shields.io/npm/v/@livedigital/client.svg?style=flat)](https://www.npmjs.com/package/@livedigital/client) ![release
Use the package manager npm or yarn to install livedigital-client.
yarn add @livedigital/client
import Client from '@livedigital/client';
const client = new Client();
Now you can use the noise reduction and virtual backgrounds functionality. To do this, copy all the files from the /files directory to the root directory of your project. Or your can specify the path in Client param staticFilesPath And add tsvb-web.js scripts to your index.html
<script src="%PUBLIC_URL%/esdk/3.4.3/tsvb-web.js"></script>
LiveDigital client uses the debug module to log to the browser console.
There are three log severities:
All the logs generated by LiveDigital client have a namespace starting with “LiveDigital” plus colon, followed by the log severity in upper case plus colon (just if “warn” or “error”), and followed by the internal component name (if any) and the log message.
By default, logging is turned off. In order to enable it, the debug key in the browser's localStorage must be set.
Check the debug module documentation for further information regarding how to filter specific log messages based on namespace matching rules.
Within the section of your HTML app:
<script>
window.localStorage.setItem('debug', 'LiveDigital:*');
</script>
<script src='/js/your-bundled-app.js'></script>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://choosealicense.com/licenses/mit/) [![npm version](https://img.shields.io/npm/v/@livedigital/client.svg?style=flat)](https://www.npmjs.com/package/@livedigital/client) ![release
The npm package @livedigital/client receives a total of 219 weekly downloads. As such, @livedigital/client popularity was classified as not popular.
We found that @livedigital/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.