
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.