
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@frontkom/g-editor
Advanced tools
A minimalist version of Gutenberg's editor. Ideal for testing custom blocks.
A minimalist version of Gutenberg's editor. Ideal for checking your custom blocks.
npm install @frontkom/g-editor
npm start
You can include your custom block by passing its path in BLOCK_DIR env var.
BLOCK_DIR=\absolute\path\to\your-custom-block npm start
The editor expects that your custom block has an index.js and a style.css in its build folder.
your-custom-block
├── ...
├── build
│ ├── index.js
│ └── style.css
└── ...
Since version 1.0, g-editor no longer depends on Gutenberg-js.
It now includes the source Gutenberg packages directly.
To update Gutenberg packages, run
npm run g-update
It will pull to your local machine from the WordPress repo the Gutenberg packages assets ready to use. After copy those assets to public/vendor/gutenberg, the script will generate g-scripts.txt and g-styles.txt files with all the depencies the editor needs to run.
The sample videos are a courtesy of Pixabay:
FAQs
A minimalist version of Gutenberg's editor. Ideal for testing custom blocks.
The npm package @frontkom/g-editor receives a total of 283 weekly downloads. As such, @frontkom/g-editor popularity was classified as not popular.
We found that @frontkom/g-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.