
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.
devto-nodejs-sdk
Advanced tools
The Node.js SDK for @thepracticaldev
Install it via your favorite package manager:
npm i devto-nodejs-sdk
This is a very simple SDK tool that implements all the Swagger specs into a Node.js client. You can instantiate the client using:
import { Client } from 'devto-nodejs-sdk'
const client = new Client('Your API Key')
const { data } = await client.getUserByName('khaosdoctor')
The client itself is just a proxy of the original API.
If the API changes and you notice it, please submit an issue or, if you already know what changed, please submit a PR
All provided APIs in the official docs are provided as part of the API as well, these are the translated names for these endpoints:
listArticlescreateArticlegetArticleupdateArticleselfArticlesselfPublishedArticlesselfUnpublishedArticlesselfAllArticleslistArticleCommentsgetCommentlistListingscreateListinggetListingByCategorygetListingByIdupdateListinggetPodcastEpisodesgetArticleTagsgetUserByIdgetUserByNamegetSelfInformationgetArticlesWithVideogetWebhookscreateWebhookgetWebhookByIddeleteWebhookFAQs
The Dev.to Node.js SDK
We found that devto-nodejs-sdk demonstrated a not healthy version release cadence and project activity because the last version was released 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.

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.