New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

zwift-data

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zwift-data

Data about Zwift worlds, routes and segments

latest
Source
npmnpm
Version
1.48.6
Version published
Weekly downloads
388
6.89%
Maintainers
1
Weekly downloads
 
Created
Source

npm tests downloads license semantic-release

Zwift Data

The zwift-data npm package provides data about Zwift:

  • Achievements
  • Bike Frames
  • Bike Front Wheels
  • Bike Rear Wheels
  • Bike Shoes
  • Challenges
  • Glasses
  • Headgear
  • Jerseys
  • Paint Job
  • Routes
  • Run Shirts
  • Run Shoes
  • Run Shorts
  • Segments
  • Socks
  • Training Plans
  • Notable Moment Types
  • Unlockable Categories
  • Worlds

Installation

npm install zwift-data

or

yarn add zwift-data

Usage

import {
  achievements,
  bikeFrames,
  bikeFrontWheels,
  bikeRearWheels,
  bikeShoes,
  challenges,
  glasses,
  headgears,
  jerseys,
  notableMomentTypes
  paintJobs
  routes
  runShirts,
  runShoes,
  runShorts,
  segments,
  socks,
  trainingPlans,
  unlockableCategories,
  worlds,
 } from "zwift-data";

The package also exports TypeScript types.

The data structure is documented here.

Data source

Some data is automatically fetched and updated from Zwift's public API.

Data was also manually collected from

License

MIT

Keywords

zwift

FAQs

Package last updated on 13 Mar 2026

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