
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@threenine/nuxstr-comments
Advanced tools
Enable nostr protocol based comment system on your Nuxt 4 based applications.
Install the module to your Nuxt application with one command:
npx nuxi module add @threenine/nuxstr-comments
That's it! You can now use Nuxstr Comments in your Nuxt app ✨
<template>
<div>
<ContentDoc />
<NuxstrComments />
</div>
</template>
By default, the component tags comments by the current route path (e.g., content:/blog/my-post) and fetches them from configured relays.
export default defineNuxtConfig({
modules: [
'@nuxt/content',
'@threenine/nuxstr-comments',
],
nuxstrComments: {
relays: ['wss://relay.damus.io', 'wss://relay.nostr.band'],
tagStrategy: 'path',
tagPrefix: 'content:',
},
})
When a user attempts to post, they will be prompted to log in with their Nostr browser extension (NIP-07). Comments are published as kind:1 notes tagged with a t
tag containing the content tag (e.g., content:/blog/my-post
). Rendering of comment bodies uses @nuxt/content's ContentRendererMarkdown component so users can write markdown.
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
⚡️ lightning address:
threenine@getalby.com
FAQs
Nuxt module to enable Nostr Comments on Nuxt 4 based websites
The npm package @threenine/nuxstr-comments receives a total of 163 weekly downloads. As such, @threenine/nuxstr-comments popularity was classified as not popular.
We found that @threenine/nuxstr-comments demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.