
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.

Next-Pkg is a package for compiling your Next.js project with pkg. This is how you can deploy your Next.js apps on enviroments without node installed! (And take advantage of all the other pkg features)
cd my-next-js-project/
npm install --save next-pkg pkg
and add a script to your package.json like this:
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"dist":"next-pkg"
}
}
then just run npm run dist and you will find on dist folder your next.js binary compiled project.
npm linknpm link next-pkg. Instead of the default one from npm, node will now use your clone of Next-Pkg!Thanks to ZEIT Team for giving us this two amazing tools to make our life easier!
FAQs
Extended Next.js server with pkg support
The npm package next-pkg receives a total of 16 weekly downloads. As such, next-pkg popularity was classified as not popular.
We found that next-pkg 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.