
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.
A Node JS port of unnpk. Unpacks npk resources from netease games.
global installation
npm install -g unnpk
usage
unnpk file.npk
or you just can clone github repo and run it
local installation
git clone https://github.com/remixer-dec/node-unnpk
cd node-unnpk
npm install
usage
node unnpk file.npk
This version is more manifest-related. The Manifest (or a file with all filenames and offsets of npk archive) is usually obtained from a game's server.
The manifest file needs to be placed in manifest folder with the same name and json extension. Run unnpk without arguments to see more info.
If there is no manifest, this tool will try to guess a filename. Original unnpk project has better mime/format detection.
If you want to use manifest and forced extension-detection, type anything in 3rd argument, e.g.
node unnpk file.npk 1
FAQs
npk package extractor
We found that unnpk 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.