Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
gitbook-plugin-advanced-emoji
Advanced tools
Transforms emojis like :white_check_mark:
into real emoji images using emojify.js.
Please note that this plugin only works for markdown files. All other filetypes will just be ignored, and the plugin does nothing.
You can install this plugin via npm:
$ npm install gitbook-plugin-advanced-emoji
Be sure to activate the option from the book.json
file:
{
"plugins" : ["advanced-emoji"]
}
Then run gitbook install
followed by either gitbook serve
or gitbook build
If you want for example occurences of emojis not replaced you will need to wrap them in the following comments.
<!-- ignore:advanced-emoji:start -->
:white_check_mark:
<!-- ignore:advanced-emoji:end -->
You can even set the ignores around a codeblock or more lines.
This is a text
<!-- ignore:advanced-emoji:start -->
'''
Check the Code
Code ... :white_check_mark:
'''
<!-- ignore:advanced-emoji:end -->
foo
master
branch is for GitBook v3.x and plugin version is 0.2.x
gitbook_v2
branch is for GitBook v2.x and plugin version is 0.1.x
You can see the Branch pdf-test-book on how to use the plugin when building a PDF.
FAQs
Shows the common emojis used on GitHub
We found that gitbook-plugin-advanced-emoji 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.