
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
peloton-to-tcx
Advanced tools
Get's Peloton workout data and creates a TCX file that can be uploaded to Strava or elsewhere.
This package can be required in another node module or used from CLI.
Cadence, Speed, Heart Rate, and Power are all supported. Power is an extension that is used by Strava, so it may not appear if you import the TCX to somewhere else.
To avoid having to enter a login and password every time, you can create environment variables for PELOTON_LOGIN and PELOTON_PASSWORD. Or, you can store these in a file named .env next to the package.json file. The contents will look something like:
PELOTON_LOGIN=myusername
PELOTON_PASSWORD=mypassword
If you install globally then p2t -h should be available and print use instructions. Or if installed locally, depending on your OS, run node bin/p2t or just bin/p2t.
var p2t = require('peloton-to-tcx');
p2t(options, callback);
The callback result when successful will be an array of TCX files.
limit Number of recent workouts to convertresultsDirectory Directory where TCX files should be saved, default is "./results"pLogin Peloton username or emailpPassword Peloton passwordnpm test requires environment variables be set for PELOTON_LOGIN and PELOTON_PASSWORD.
MIT
FAQs
Convert Peloton data to TCX files
We found that peloton-to-tcx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.