Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

fogbender-proto

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fogbender-proto

Fogbender PubSub protocol implementation (websocket) and types for TypeScript

latest
Source
npmnpm
Version
0.18.1
Version published
Maintainers
1
Created
Source

fogbender-proto

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install fogbender-proto

Or if you are using other package managers like yarn, pnpm or bun:

npm i -g @antfu/ni && ni fogbender-proto

Usage

import React, { Component } from "react";

import MyComponent from "fogbender-proto";
import "fogbender-proto/dist/index.css";

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © Fogbender Software, Inc.

Keywords

messaging

FAQs

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