
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@zendeskgarden/ckeditor
Advanced tools
:seedling: Garden is the design system by Zendesk
This package provides Garden theme customizations for the @ckeditor/ckeditor5-theme-lark package.
npm install --save-dev @zendeskgarden/ckeditor
When building editors from source, ensure that any webpack configurations also include the Garden package.
{
test: [/ckeditor5-[^/\\]+[/\\]theme[/\\].+\.css$/, /zendeskgarden[\/\\]ckeditor[\/\\].+[\/\\]theme[\/\\].+\.css$/],
use: [
{
loader: 'style-loader'
},
{
loader: 'postcss-loader',
options: styles.getPostCssConfig( {
themeImporter: {
themePath: require.resolve('@ckeditor/ckeditor5-theme-lark')
}
})
},
]
}
Then include the theme overrides in your application.
import '@zendeskgarden/ckeditor';
Apply the data-ck-color-scheme="dark"
attribute to an element (i.e. <body>
)
that wraps all of CKEditor's rendered components. This includes the editor
itself, the toolbar, and the .ck-body-wrapper
that contains floating elements
(tooltips, modals, etc.).
Thanks for your interest in Garden! Community involvement helps make our design system fresh and tasty for everyone.
Got issues with what you find here? Please feel free to create an issue.
Community behavior is benevolently ruled by a code of conduct. Please participate accordingly.
Copyright 2024 Zendesk
Licensed under the Apache License, Version 2.0
Some of the code included in this Zendesk repo may depend upon software authored and provided by CKSource Frederico Knabben. The terms and conditions of the Apache license do not extend to software provided by CKSource, which may be provided under different licenses. Please see the CKEditor Software License Agreement for additional information.
FAQs
Garden editor implementation for CKEditor5
The npm package @zendeskgarden/ckeditor receives a total of 28 weekly downloads. As such, @zendeskgarden/ckeditor popularity was classified as not popular.
We found that @zendeskgarden/ckeditor demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.