
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@fleek-platform/next
Advanced tools
The Fleek Next.js adapter allows you to deploy your server-side Next.js application on Fleek.
npm install @fleek-platform/next
pnpm install @fleek-platform/next
To build and prepare your Next.js application for deployment on Fleek, follow these steps:
export const runtime = 'edge';
Use the Fleek Next.js adapter to build and deploy your application via the command line:
npx fleek-next build
# or if installed globally
fleek-next build
If you are running the command outside of your project's root dir, you can set the path to it with the project path flag -p
/--projectPath
:
fleek-next build -p path/to/my/repo
The build
command supports several options to customize the build and deployment process:
-p, --project-path <path>
: The path to your Next.js project's root directory. Defaults to the path where the command is run.-s, --skipBuild
: Skip building the Next.js app before deployment, useful if you want to build the application yourself due to any possible extra steps. Defaults to false
.-i, --skipInstallation
: Skip installing the dependencies. Defaults to false
.-c, --clean
: Clean previous build artifacts before building.-v, --verbose
: Enable verbose logging.Use the Fleek CLI to deploy your function:
fleek functions deploy --noBundle --name '<name of your function>' --path .fleek/dist/index.js
This project follows SemVer for versioning. Here's how to release a new version:
pnpm version patch
git push origin main --follow-tags
Thanks for considering contributing to our project!
git checkout -b feature-branch-name
.We use Conventional Commits for our commit messages:
test
: 💍 Adding missing testsfeat
: 🎸 A new featurefix
: 🐛 A bug fixchore
: 🤖 Build process or auxiliary tool changesdocs
: ✏️ Documentation only changesrefactor
: 💡 A code change that neither fixes a bug or adds a featurestyle
: 💄 Markup, white-space, formatting, missing semi-colons...FAQs
Deploy your server-side Next.js application on Fleek
The npm package @fleek-platform/next receives a total of 55 weekly downloads. As such, @fleek-platform/next popularity was classified as not popular.
We found that @fleek-platform/next 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.