
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
gitbook-plugin-ace
Advanced tools
This is a code editor plugin for GitBook, for inserting code segments into the book, with syntax highlight supports for about 110 types of programming languages.
See the plugin at work here.
0.3 Releases:
{{something}} (angular expression)0.2 Releases:
0.1 Releases:
0.0 Releases:
The plugin has a basic syntax:
{%ace edit=true, lang='c_cpp'%}
// This is a hello world program for C.
#include <stdio.h>
int main(){
printf("Hello World!");
return 1;
}
{%endace%}
edit: if this is set to true, the code will be editable by the user.
lang: the language for syntax highlight. If this is not specified, it will fallback to 'c_cpp' by default. For the full list of keyword for each language, please check out the github page of ace here, all the related files are starting with prefix mode-. For instance:
check: if this is set to false, syntax validation will be disabled.
theme: the theme for the editor, the default is 'chrome'.
FAQs
Ace, code editor plugin for GitBook
The npm package gitbook-plugin-ace receives a total of 1 weekly downloads. As such, gitbook-plugin-ace popularity was classified as not popular.
We found that gitbook-plugin-ace 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.