Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@docusaurus/init
Advanced tools
Official templates provided by Docusaurus. They are designed to be selected when using the npx @docusaurus/init@next init [name] [template]
CLI command.
yarn install
in the root of the repo (one level above this directory).cd classic && yarn start
.2.0.0-alpha.33 (2019-11-08)
prismTheme
is renamed to theme
as part new prism
object in themeConfig
field in your docusaurus.config.js
. Eg:
themeConfig: {
- prismTheme: require('prism-react-renderer/themes/dracula'),
+ prism: {
+ theme: require('prism-react-renderer/themes/dracula'),
+ },
},
prism
option defaultLanguage
that is used if the language is not specified in code blocks. #1910docusaurus start
, process.env.NODE_ENV
is now consistently set to development
.src/pages/docs.js
to create custom docs page for /docs
or even src/pages/docs/super.js
to create page for /docs/super/
;FAQs
Create Docusaurus apps easily.
The npm package @docusaurus/init receives a total of 991 weekly downloads. As such, @docusaurus/init popularity was classified as not popular.
We found that @docusaurus/init demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.