New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@streamelements/multistream

Package Overview
Dependencies
Maintainers
23
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamelements/multistream

ConnectRPC v2 client for multistream - auto-generated from Protocol Buffers

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
23
Created
Source

@streamelements/multistream

ConnectRPC client for multistream.

Installation

# npm
npm install @streamelements/multistream

# bun
bun add @streamelements/multistream

# yarn
yarn add @streamelements/multistream

# pnpm
pnpm add @streamelements/multistream

Usage

ESM (Node.js, Bun, Deno)

import { service_v1 } from '@streamelements/multistream';
// or import specific version
import { YourService } from '@streamelements/multistream/api/service/v1';

CommonJS (Legacy Node.js)

const { service_v1 } = require('@streamelements/multistream');

Runtime Support

This package is built with modern JavaScript runtimes in mind:

  • ✅ Node.js 18+
  • ✅ Bun 1.0+
  • ✅ Deno (with npm: specifier)
  • ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)

Version: 1.4.0

Keywords

connectrpc

FAQs

Package last updated on 02 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