Socket
Book a DemoInstallSign in
Socket

@msquared/pixel-streaming-client

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msquared/pixel-streaming-client

Browser client for viewing pixel-streamed content from MSquared events

latest
npmnpm
Version
0.12.0
Version published
Maintainers
7
Created
Source

MSquared Pixel Streaming Client

npm version Build Status License: MIT TypeScript

Browser client for viewing pixel-streamed content from MSquared events.

Usage

For detailed documentation please visit our docs site.

Features

  • 🔒 Type-safe with full TypeScript support
  • 📦 Multiple distribution formats (ESM, CJS, UMD)
  • 🛠️ Easy integration with modern build tools

Build

npm run build

This will create:

  • CommonJS (CJS) build
  • ES Modules (ESM) build
  • Browser-ready bundle
  • TypeScript declaration files

Development

# Install dependencies
npm install

# Install git hooks
npm run hook

# Run tests
npm test

# Type checking
npm run ts:type-check

# Linting
npm run ts:lint
npm run ts:lint:fix

# Format code
npm run ts:fmt
npm run ts:fmt:fix

# Lint and format code
npm run ts:check
npm run ts:check:fix

# All validation checks
npm run ts:validate

Release

The GitHub Actions workflow will automatically publish the package to npm when a new release is created.

npm version <patch|minor|major>
git push --atomic origin main <version>

License

MIT © MSquared

Keywords

msquared

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

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.

Install

Related posts