New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

centrifuge-ts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

centrifuge-ts

Centrifuge javascript client

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
decreased by-43.24%
Maintainers
1
Weekly downloads
 
Created
Source

Browser Javascript client for Centrifugo

See client documentation

Install

You can clone the repository or use NPM package centrifuge-ts.

Development

It is convenient to make changes to the centrifuge-ts code by running the command npm run watch.

Contribute

If you want to contribute, install dependencies and run npm run build command from the root repo folder - this results in creating unminified (centrifuge.js) and minified (centrifuge.min.js) bundles in dist directory.

Example

import {
    Centrifuge,
    Subscription,
} from 'centrifuge-ts';

const centrifuge = new Centrifuge({
    // centrifuge options
});

Keywords

FAQs

Package last updated on 27 Feb 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc