Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@shift-code/get

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shift-code/get

Get active Gearbox SHiFT codes

latest
Source
npmnpm
Version
0.7.2
Version published
Maintainers
1
Created
Source

@shift-code/get

Get active Gearbox SHiFT codes

Install

npm install @shift-code/get

Usage

getShiftCodes(): AsyncGenerator<ShiftCode>

Create an AsyncGenerator of active SHiFT codes.


import {getShiftCodes} from '@shift-code/get';

for await (const shift of getShiftCodes()) {
  console.log(shift.code);
}

FAQs

Package last updated on 31 Dec 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