
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@gitkitjs/gitkitjs
Advanced tools
Generate a website from markdown with a minimum of fuss.
pnpm install -D @gitkitjs/gitkitjs
pnpm gitkitjs dev
o
to open your browser.More details in the guide at gitkitjs.dev.
Inspiration for the developer experience of gitkitjs came from VitePress. The main achitectural difference is that gitkitjs can fetch and render markdown dynamically in the browser, similar to docsify.
Use npm, pnpm, or yarn. E.g.
pnpm install -D @gitkitjs/gitkitjs
gitkitjs dev
launches a dev server to render a preview of the website while you edit content.gitkitjs build
produces a static build of the website files.The gitkitjs project directory can be passed as an argument E.g. gitkitjs dev docs
when your gitkitjs project lives in the docs
subdirectory of your repo.
For non-global installs, these commands should be added as package.json scripts E.g.
"scripts": {
"dev": "gitkitjs dev",
"build": "gitkitjs build"
}
You can override the default directories with env vars. More details in gitkit.js
./content
./build
./src
FAQs
Generate a website from markdown with a minimum of fuss.
We found that @gitkitjs/gitkitjs 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.