
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@orama/plugin-analytics
Advanced tools
Orama plugin for providing analytics data on your searches
Official plugin to provide analytics data on your searches.
For the complete usage guide, please refer to the official plugin documentation.
To use the Orama Analytics Plugin, you will need to sign up for a free account at https://cloud.orama.com
import { create, insert, search } from '@orama/orama'
import { pluginAnalytics} from '@orama/plugin-analytics'
const db = await create({
schema: {
title: 'string',
description: 'string'
},
plugins: [
pluginAnalytics({
apiKey: '<API-KEY>',
endpoint: '<ENDPOINT>'
})
]
})
For the full configuration guide of this plugin, please follow the official plugin documentation.
FAQs
Orama plugin for providing analytics data on your searches
The npm package @orama/plugin-analytics receives a total of 976 weekly downloads. As such, @orama/plugin-analytics popularity was classified as not popular.
We found that @orama/plugin-analytics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.