Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
amqplib-rpc-client
Advanced tools
Rpc client based on amqplib.
This module is installed via npm:
$ npm install amqplib-rpc-client
var amqplibRpcClient = require('amqplib-rpc-client'),
expect = require('expect.js');
amqplibRpcClient(amqpUrl, exchange, 'add', { number1: 1, number2: 4 }).on('data', function(response) {
expect(response.answer).to.be(5);
});
Uses the replyTo
field to transmit the expected routingKey a response should be publish on by the server.
Expects message to be valid JSON.
Will emit()
events based on the type
field of the message content. The entire JSON object is given as arg 2. e.g:
emit('data', { type: 'data', result: 'moo' });
npm test
To run the tests RabbitMQ is required. Either install it with your package manager, or use docker to run a RabbitMQ instance.
docker run -d --name amqp.test -p 5672:5672 rabbitmq
FAQs
Rpc client based on amqplib.
The npm package amqplib-rpc-client receives a total of 1 weekly downloads. As such, amqplib-rpc-client popularity was classified as not popular.
We found that amqplib-rpc-client demonstrated a not healthy version release cadence and project activity because the last version was released 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.