
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@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
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.