
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.
@doist/integrations-common
Advanced tools
Common utilities for integrations written with Typescript.
npm install @doist/integrations-common
Instead of having an example app in the repository to assist development and testing, we have included ts-node as a dev dependency. This allows us to have a scratch file locally that can import and utilize the modules in the project while developing or reviewing pull requests without having to manage a separate app project.
scratch.ts in the src folder.ts-node (instructions for VSCode, WebStorm), or you can optionally run ts-node in a terminal using instructions here.Example scratch.ts file:
import { pickRandomString } from './utils/stringUtils'
const randomChoice = pickRandomString(['Option A', 'Option B', 'Option C'])
console.log(randomChoice)
This project uses semantic versioning. A new version will be published to GitHub Package Registry when a new tag is pushed. This is done via semantic-release so please check your PR commit messages for the correct format.
npm version <major|minor|patch>
git push --follow-tags
FAQs
Common utilities for integrations written with Typescript.
We found that @doist/integrations-common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.

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.