
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A NodeJS web crawler that can be deployed to multiple machines and writes page data to a Firebase database.
Crawlbug is a web-crawler NPM module that is designed to be integrated with a Firebase realtime database. Though this was mainly a project for myself, feel free to contact me if you'd like to contribute.
Basic use:
Require crawlbug
var crawlbug = require("crawlbug");
Start a crawl
crawlbug.config({
apiKey: "myVeryLongAp1key",
authDomain: "probablysomething.firebaseapp.com",
databaseURL: "https://probablysomething.firebaseio.com",
projectId: "projectId",
storageBucket: "probablysomethingelse.appspot.com",
messagingSenderId: "numbers"
});
This allows the crawler to write crawl data to your database. Run a database test to see if it is working:
crawlbug.databaseTest();
Then set paths for the crawl data (finished site data, sites to visit data) and start a crawl with ( a root url, whether you're crawling for only unique base URLs, whether you want to crawl relative links, maxUrlNumber)
exports.pathSet("sites", "sitesToVisit");
exports.spider("https://google.com", false, false);
Have fun!
Post an issue if you have problems.
FAQs
A NodeJS web crawler that can be deployed to multiple machines and writes page data to a Firebase database.
The npm package crawlbug receives a total of 11 weekly downloads. As such, crawlbug popularity was classified as not popular.
We found that crawlbug 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.