
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@parameter1/omeda-graphql-client-express
Advanced tools
Express middleware for creating and using the Omeda GraphQL client
Express middleware for creating and using the Omeda GraphQL client
yarn add @parameter1/omeda-graphql-client-express
The middleware can be applied globally to Express, or on a per-route (or per-router) basis.
const express = require('express');
const omedaGraphQL = require('@parameter1/omeda-graphql-client-express');
const app = express();
// the client will be globally available on `req.$omeda` and `res.locals.$omeda`
app.use(omedaGraphQL({
uri: 'https://graphql.omeda.parameter1.com',
brandKey: 'yourbrandkey',
appId: 'your app id',
inputId: 'your input id',
}));
FAQs
Express middleware for creating and using the Omeda GraphQL client
The npm package @parameter1/omeda-graphql-client-express receives a total of 1,310 weekly downloads. As such, @parameter1/omeda-graphql-client-express popularity was classified as popular.
We found that @parameter1/omeda-graphql-client-express demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.