
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@invisible/njord
Advanced tools
You need to set the following environment variables on your .env file:
NODE_ENV, PORT, DB_CONNECTION_STRING, DB_TEST_CONNECTION_STRING, NJORD_API_TOKEN$ yarn build
$ node build/index.js
This route creates an event and save it to a MongoDB database.
The incoming request body should have the following parameters:
Type: String
Type: Object
npm install @invisible/njord
or
yarn add @invisible/njord
Promise for a response from Njord server.interface optionsInterface {
name: string,
metadata: object,
}
Add the following environment variables:
NJORD_API_TOKEN - Njord server authentication token.NJORD_HOSTNAME - Njord hostname url. Ex: http://inv-njord.herokuapp.com/Consume programmatically like below:
import { recordEvent } from '@invisible/njord/client'
[...]
// Inside some async function
await recordEvent({ name: 'eventName', metadata: { data: 'test' } })
[...]
MIT
FAQs
Invisible Metrics Package
We found that @invisible/njord demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.