
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
bodytrack-datastore
Advanced tools
A Node.js interface for the BodyTrack Datastore (https://github.com/BodyTrack/datastore).
Tested against Node.js v18.17.0. Previously tested against v14.15.0 and v16.14.2.
This module requires an installation of the BodyTrack Datastore somewhere on your system. If you don't have it already, do the following:
Fetch the BodyTrack Datastore:
git clone https://github.com/BodyTrack/datastore.git
Follow the build and install instructions for the BodyTrack Datastore.
Install this module in the usual way:
npm install bodytrack-datastore
Do the following if you want to run this module's tests:
Copy this project's test/config.template.js file to test/config.js.
Edit config.js as appropriate for your installation of the BodyTrack Datastore.
Run the tests:
npm test
This module provides a class named BodyTrackDatastore. Create a new instance like this:
var BodyTrackDatastore = require('bodytrack-datastore');
var datastore = new BodyTrackDatastore({
binDir: "/PATH/TO/DATASTORE/BIN/DIRECTORY",
dataDir: "/PATH/TO/DATASTORE/DATA/DIRECTORY"
});
The value for binDir should be the path to the directory containing the BodyTrack Datastore's binary executables (export, gettile, import, and info). The value for dataDir should be the path to the BodyTrack Datastore's data directory (typically named dev.kvs).
For full documentation, generate the JSDocs:
npm run-script api-docs
You'll find the generated docs in the out directory.
FAQs
A Node.js interface for the BodyTrack Datastore.
We found that bodytrack-datastore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.