Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Elevate your website by integrating SEObot's Blog API. This setup allows you to fetch and render real-time, SEO-optimized blog content directly into your website.
Visit the DevHunt Blog to check out an example of SEObot Blog API integration.
Checkout Next.js integration example at seobot-nextjs-blog repository.
SEObot API Key - you can find the API key in settings on app.seobotai.com
To install the seobot npm package, run:
npm install seobot
import { BlogClient } from 'seobot';
const client = new BlogClient('your_seobot_api_key_here');
const articles = await client.getArticles(page, limit);
const articles = await client.getCategoryArticles(categorySlug, page, limit);
const articles = await client.getTagArticles(tagSlug, page, limit);
const article = await client.getArticle(slug);
Contributions are welcome. Please open an issue or submit a pull request for any bugs, features, or improvements.
This project is licensed under the MIT License.
For additional assistance or information, feel free to reach out.
Revolutionize your website's content strategy with real-time, automated, SEO-optimized blog posts. Get started with SEObot AI Blog Autopilot integration today!
FAQs
Client library for the SEObot API
The npm package seobot receives a total of 290 weekly downloads. As such, seobot popularity was classified as not popular.
We found that seobot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.