
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.
update-sections
Advanced tools
Easily prepend, append, inject or replace 'sections' in a markdown string.
Easily prepend, append, inject or replace 'sections' in a markdown string.
Install with npm:
$ npm install --save update-sections
var fs = require('fs');
var update = require('update-sections');
var readme = fs.readFileSync('README.md', 'utf8');
var snippet = fs.readFileSync('contributing.md', 'utf8');
// Inject the `contributing.md` string before the "License" section
var str = update(readme, 'License', snippet, 'before');
Re-write a layout with "sections" defined in a declarative configuration. The sections property must be an array of section object, and each object must have all params defined: contents, heading and placement.
Supported placement values are:
inner (or aliases: inside and between): inject the content directly after the heading, before the content of a sectionbefore (or alias prepend): inject the content before the specified section's headingafter (or alias append): inject the content after the specified section's headingParams
contents {String}: the string with sections to updateheading {String}: the heading of the existing section to match for placementvalue {String}: the "snippet" to inject for the sectionplacement {String}: where to place the new content, relative to the specified heading.returns {String}Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb, v0.9.0, on July 27, 2016.
FAQs
Easily prepend, append, inject or replace 'sections' in a markdown string.
We found that update-sections 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.

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.