
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
typescriptpdx_blog
Advanced tools
An npm Package for Node.js to get the metadata about the latest articles on the TypeScriptPDX blog.
A simple module that gets the latest metadata from the blog posts on the TypeScriptPDX blog
var Blog = require("typescriptpdx_blog");
var pdxBlog = new Blog();
/**
* When the "end" event is triggered an array of article
* metadata is returned
**/
pdxBlog.on("end", console.dir);
/**
* If a parsing, network or HTTP error occurs an
* error object is passed in to the handler or callback
**/
pdxBlog.on("error", console.error);
[
{
title: 'WebStorm and TypeScript',
link: 'http: //typescriptpdx.com/blog/2015/07/webstorm-and-typescript',
publishDate: new Date("Sat Jul 25 2015 17:00:00 GMT-0700 (PDT)")
},
{
title: 'TypeScript - A Brief Overview',
link: 'http: //typescriptpdx.com/blog/2015/07/typescript-a-brief-overview',
publishDate: new Date("Sun Jul 12 2015 17:00:00 GMT-0700 (PDT)")
}
]
title
and link
are string
s and publishData
is a JavaScript Date
object.
FAQs
An npm Package for Node.js to get the metadata about the latest articles on the TypeScriptPDX blog.
We found that typescriptpdx_blog 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.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.