
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.
arks-parser
Advanced tools
arknights data parser and build tools
mkdir tmp
cd tmp
git clone https://github.com/Perfare/ArknightsGameData.git
cd ..
# make your symlink to AssetStudio output folder
# windows: mklink /j e:\dev\arks\tmp\DB e:\dev\arknights\DB
ln -s path/to/asset/folder DB
yarn
yarn build
edit your .env file (you can find this info in your cookie of wiki)
cp .env.example .env
vim .env
for example:
user=12*74
session=o2mqh************89nc9fo
then enter
yarn sync
yarn sync map
yarn sync book
# build
yarn build
yarn build char
yarn build map
yarn build skill
yarn build cv
yarn build item
# default+char+map+skill+cv+item
yarn build all
# module manage
yarn sync pull
yarn sync push
# upload
yarn sync
yarn sync char
yarn sync itemimg
yarn sync map
yarn sync cv
yarn sync skillimg
yarn sync book
yarn sync enemy
yarn sync stage
yarn sync tab
# default+char+itemimg+map+cv+skillimg+book+enemy+stage+tab
yarn sync all
# other
yarn sync purge
FAQs
arknights data parser and build tools
We found that arks-parser 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.