Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@amaui/amqp
Advanced tools
AMQP
Very simple code Modern code Junior friendly Typescript Made with :yellow_heart:
yarn add @amaui/amqp
Add amqplib
peer dependency.
yarn add amqplib
import AmauiAmqp from '@amaui/amqp';
// Make if you wanna a config file and
// inside of it add all the process.env related props
import Config from './config';
// Make a new amqp instance
const amauiAmqp = new AmauiAmqp({
uri: Config.amqp.rabbitmq.uri,
queues: Config.amqp.rabbitmq.queues,
exchanges: Config.amqp.rabbitmq.exchanges,
});
// Await for a channel
await amauiAmqp.channel;
// Send to a queue
await amauiAmqp.send('a', 'a');
// Check a queue
await amauiAmqp.checkQueue();
// { queue: 'a', messageCount: 1, etc. }
Install
yarn
Test
yarn test
One time local setup
Install docker and docker-compose
Make docker containers
yarn docker
Build
yarn build
FAQs
AMQP
The npm package @amaui/amqp receives a total of 8 weekly downloads. As such, @amaui/amqp popularity was classified as not popular.
We found that @amaui/amqp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.