Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
replit-export
Advanced tools
Replit has recently updated its Starter Plan (the core free plan) to limit users to 3 Repls. Accounts exceeding this limit will face restrictions in the future (all repls will be automatically deleted in a year) unless they subscribe to a $25/month plan.
Replit has recently updated its Starter Plan (the core free plan) to limit users to 3 Repls. Accounts exceeding this limit will face restrictions in the future (all repls will be automatically deleted in a year) unless they subscribe to a $25/month plan.
To help transition smoothly, this CLI script downloads all Repls from your account, including environment variables and configuration data, allowing you to securely move your projects off Replit.
To install the package globally, run:
npm install -g replit-export
replit-export --help
-V, --version
Outputs the version number.
-o, --output <directory>
Specifies the directory to save Repls.
-a, --auth <cookie>
Replit authorization cookie (connect.sid
).
-l, --load <file>
Load a previous save file to continue downloading (default: .replit-export.save
).
-c, --concurrent <number>
Sets the maximum number of concurrent downloads (default: 15
).
-m, --max
Limits the maximum number of Repls to download.
-f, --filter <...files>
Filters out files matching the specified patterns (default: ["node_modules/",".cargo/"]
).
-h, --help
Displays help information.
To retrieve the authorization cookie required for this script:
connect.sid
cookie.To quickly start downloading all your Repls, run the following command:
replit-export --output repls/ --auth <cookie>
This will download all public and private Repls from your account to the repls/
folder.
Environment variables are automatically extracted and saved in a .env
file in the root folder of each Repl.
If you have a large number of Repls, ensure you have sufficient disk space on your computer. Replit enforces a rate limit for downloading entire Repl zips. The CLI handles these rate limits automatically, and you may notice occasional pauses. If you have many Repls, it's recommended to leave the CLI running in the background until the process is complete.
FAQs
Replit has recently updated its Starter Plan (the core free plan) to limit users to 3 Repls. Accounts exceeding this limit will face restrictions in the future (all repls will be automatically deleted in a year) unless they subscribe to a $25/month plan.
The npm package replit-export receives a total of 7 weekly downloads. As such, replit-export popularity was classified as not popular.
We found that replit-export demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.