Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Indent strings.
$ npm i --save indento
const indento = require("indento");
console.log(indento("Hello World", 4));
// => "Hello World"
console.log(indento("Hello\nMars", 1));
// =>
// Hello
// Mars
console.log(indento("Hello\nPluto", 2, "a"));
// =>
// aaHello
// aaPluto
indento(input, width, char)
Indents the input string.
input
: The input string.width
: The indent width.char
: The character to use for indentation (default: " "
).Have an idea? Found a bug? See how to contribute.
Another way to support the development of my open-source modules is to set up a recurring donation, via Patreon. :rocket:
PayPal donations are appreciated too! Each dollar helps.
Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
bgm
(by EGOIST)—Display bangumi list in CLI.emoji-logger
—Logging library based on flat colors and Emoji.testen
(by EGOIST)—Run tests for multiple versions of Node.js in local env.tilda
—Tiny module for building command line tools.FAQs
Indent strings.
The npm package indento receives a total of 53,953 weekly downloads. As such, indento popularity was classified as popular.
We found that indento 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.