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.
@neo4j/graphql-amqp-subscriptions-engine
Advanced tools
Subscriptions engine for `@neo4j/graphql`, supporting AMQP brokers such as RabbitMQ
Subscription plugin for @neo4j/graphql
, currently supporting AMQP 0-9-1 brokers such as:
npm install @neo4j/graphql-amqp-subscriptions-engine
const { Neo4jGraphQLAMQPSubscriptionsEngine } = require("@neo4j/graphql-amqp-subscriptions-engine");
const plugin = new Neo4jGraphQLAMQPSubscriptionsEngine({
connection: {
hostname: "localhost",
username: "guest",
password: "guest",
},
});
const neoSchema = new Neo4jGraphQL({
typeDefs,
driver,
plugins: {
subscriptions: plugin,
},
});
To close the connection with RabbitMQ:
await plugin.close();
The following options are available in the plugin.
amqp://localhost
).neo4j.graphql.subscriptions.fx
.true
.0-9-1
supported at the moment.yarn test
to run unit testsyarn test:e2e
to run integration tests. These tests require a RabbitMQ instance running, and are not run by default
docker-compose up rabbitmq
to spin up a RabbitMQ container for testingdocker-compose up qpid
to spin up a Qpid container for testingFAQs
Subscriptions engine for `@neo4j/graphql`, supporting AMQP brokers such as RabbitMQ
The npm package @neo4j/graphql-amqp-subscriptions-engine receives a total of 19 weekly downloads. As such, @neo4j/graphql-amqp-subscriptions-engine popularity was classified as not popular.
We found that @neo4j/graphql-amqp-subscriptions-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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.