
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
@formant/data-sdk
Advanced tools
A library for accessing the devices in your Formant fleet.
Check out the project website for more information!
Install using npm or yarn:
$ npm install --save @formant/data-sdk@latest @formant/realtime-sdk@latest
# or with
$ yarn add @formant/data-sdk@latest @formant/realtime-sdk@latest
Distributed under the MIT License. See LICENSE.txt for more information.
# build the project
npm install && npm run build && npm run types
# update the CHANGELOG with the changes since the previous version
vim CHANGELOG.md
# use npm to bump the version number
npm version X.Y.Z
# add all the changed files from the preversion/postversion tasks
git add .
# commit all the changes with a uniform commit message
git commit -m data-sdk@$(node -p "require('./package.json').version")
# add a unified annotated tag for this version
git tag -a release/data-sdk/$(node -p "require('./package.json').version") -m data-sdk@$(node -p "require('./package.json').version")
# publish this version to npm; use "--tag=next" for future releases
npm publish --tag=latest
# push everything to remote vcs with the tags
git push --follow-tags
FAQs
A library for getting data from Formant
The npm package @formant/data-sdk receives a total of 456 weekly downloads. As such, @formant/data-sdk popularity was classified as not popular.
We found that @formant/data-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.