New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@formant/data-sdk

Package Overview
Dependencies
Maintainers
0
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formant/data-sdk

A library for getting data from Formant

1.77.0
latest
Source
npm
Version published
Weekly downloads
934
5.06%
Maintainers
0
Weekly downloads
 
Created
Source

Formant Data SDK

A library for accessing the devices in your Formant fleet.

Check out the project website for more information!

Get Started

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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Deploying a new version

# 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

Package last updated on 13 Mar 2025

Did you know?

Socket

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.

Install

Related posts