
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
sts-daily-climb
Advanced tools
An API to access data used by Slay the Spire's Daily Climb to generate daily runs.
An API to access data used by Slay the Spire's Daily Climb to generate daily runs.
yarn add sts-daily-climb
# or
npm install --save sts-daily-climb
Documentation on how to use the package is available here
# Write steam account information to `.env`
# Replace [your_steam_username] with your steam username
# and [your_steam_password] with your steam password.
# Set HAS_STEAM_GUARD to true if you have steam guard enable, false otherwise
#
# example:
# echo STEAM_USERNAME=example_user > .env
# echo STEAM_PASSWORD=P@55W0RD >> .env
# echo HAS_STEAM_GUARD=true >> .env
#
echo STEAM_USERNAME=[your_steam_username] > .env
echo STEAM_PASSWORD=[your_steam_password] >> .env
echo HAS_STEAM_GUARD=[true|false] >> .env
# Install Node dependencies
yarn
# Download game files and compile TypeScript to JavaScript
#
# Note: If your account has Steam Guard enabled, you will be prompted
# to enter you steam guard code. If the game files are already installed,
# they will not be re-downloaded
yarn build
FAQs
An API to access data used by Slay the Spire's Daily Climb to generate daily runs.
We found that sts-daily-climb 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.