
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
grapesjs-grid-system
Advanced tools
This plugin add the Grid System for editor
GrapesJS Development - link
gis-plugin-griddefault_css Disable the default grid css, default = truedefault_components Remove from blocks 4 default components, default = truenpm i grapesjs-plugin-grid<link href="path/to/grapes.min.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="dist/grapesjs-plugin-grid.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
plugins: ['gis-plugin-grid'],
pluginsOpts: {
'gis-plugin-grid': {
default_css: true,
default_components: true,
}
}
});
</script>
Clone the repository
$ git clone {ADD URL}
$ cd grapesjs-plugin-grid
Install dependencies
$ npm i
Start the dev server
$ npm start
FAQs
Grid system for GrapesJS {Sections / columns}
We found that grapesjs-grid-system 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.