Socket
Socket
Sign inDemoInstall

@automattic/lasagna

Package Overview
Dependencies
Maintainers
45
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automattic/lasagna

lasagna.js, the reference client for the Lasagna web service


Version published
Weekly downloads
1.6K
decreased by-14.32%
Maintainers
45
Weekly downloads
 
Created
Source

Lasagna.js

Lasagna.js is the official client of the Lasagna web service. Lasagna is a real-time "layer" in between serverside properties and web/mobile clients, functioning as a lightweight message bus.

This client provides:

  • ⏩ Websocket Connectivity: keepin' it real(time).
  • 🧬 Multiplexing: one tube, myriad of topics.
  • 🗝️ JWT Auth Management: we reach out to you, you sign, we send.
  • 📘 TypeScript Types: to tell thee truth to thy terminal.

Getting Started

  1. npm install @automattic/lasagna
  2. import Lasagna from '@automattic/lasagna'
  3. const lasagna = new Lasagna( myJwtFetcherCallback );

myJwtFetcherCallback is any function with the following signature:

("socket" | "channel", params) => Promise<JWT>

params is a passthrough of the params given to initSocket or initChannel. The function should make a request to your domain's Lasagna JWT issuer endpoint and return a JWT appropriate for the concern.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss the change.

Please attach tests when appropriate. Use judgement.

Additional Tips

To run unit tests:

npm test

To run type-checking manually:

npm run lint

Keywords

FAQs

Package last updated on 21 Oct 2020

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