Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

qified

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qified

Task and Message Queues with Multiple Providers

Source
npmnpm
Version
0.4.2
Version published
Weekly downloads
3.9M
11.52%
Maintainers
1
Weekly downloads
 
Created
Source

logo.svg

tests GitHub license codecov npm npm

qified

Task and Message Queues with Multiple Providers

NOTE: This is a work in progress and not ready for production use. Please wait till v1.0.0 is released.

Features

  • Simple Message Queue for Processing Messages
  • Simple Message Format Message
  • Easily Send a Message publish()
  • Easily Subscribe to a message Queue subscribe()
  • Simple Task Format Task
  • Easily Send a Task enqueue()
  • Easily Subscribe to a Task Queue dequeue()
  • Simple Acknowledge Acknowledge() in handler
  • Async/Await Built In By Default
  • Written in Typescript, Nodejs Last Two Versions, ESM and CJS
  • Events and Hooks for all major actions via Hookified
  • Customizable Serialize / Deserialize Handlers
  • Customizable Compress / Decompress Handlers
  • Provider Fail Over Support

Development and Testing

Qified is written in TypeScript and tests are written in vitest. To run the tests, use the following command:

  • pnpm install - This will install all the dependencies
  • pnpm test:services:start - This will start the services needed for testing (Redis, RabbitMQ, etc)
  • pnpm test - This will run the tests

To contribute follow the Contributing Guidelines and Code of Conduct.

License

MIT & © Jared Wray

Keywords

queue

FAQs

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