
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
GitHub notifications can be overwhelming. I watch a lot of repos and would like to get notifications only for repos that match a given pattern. So let me introduce you to GuardCat – a simple helper utility to query the GitHub API recursively for particular patterns (and possibly more options later).

Side note: This utility is mainly used to build a CLI tool and web app with it.
$ npm i --save guardcat
const guardCat = require( 'guardcat' );
guardCat.run( {
// your GitHub access token
// -> https://github.com/settings/tokens
token : '234567890',
// patterns for notifications repos (uses minimatch)
// -> everything that works there is possible here, too
repoPatterns : [ 'stefanjudis/*', 'tc39/ecma262' ]
} ).then( notification => {
// notifications only matching one of the patterns
console.log( notification );
} );
guardCat.run( options )Get all GitHub notifications for repos matching the patterns.
Parameters:
options.token {string} (required)options.repoPatterns {array} (required)Returns: {Promise}
FAQs
A utility to help dealing with GitHub notifications
The npm package guardcat receives a total of 3 weekly downloads. As such, guardcat popularity was classified as not popular.
We found that guardcat 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.