Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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
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
The npm package gitbook-plugin-advanced-emoji receives a total of 639 weekly downloads. As such, gitbook-plugin-advanced-emoji popularity was classified as not popular.
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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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.