New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

indento

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indento - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

15

package.json
{
"name": "indento",
"version": "1.1.1",
"version": "1.1.2",
"description": "Indent strings.",

@@ -28,3 +28,14 @@ "main": "lib/index.js",

},
"homepage": "https://github.com/IonicaBizau/indento#readme"
"homepage": "https://github.com/IonicaBizau/indento#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

27

README.md

@@ -0,1 +1,2 @@

# indento [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/indento.svg)](https://www.npmjs.com/package/indento) [![Downloads](https://img.shields.io/npm/dt/indento.svg)](https://www.npmjs.com/package/indento) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

@@ -5,3 +6,3 @@

## Installation
## :cloud: Installation

@@ -12,4 +13,7 @@ ```sh

## Example
## :clipboard: Example
```js

@@ -32,4 +36,5 @@ const indento = require("indento");

## Documentation
## :memo: Documentation
### `indento(input, width, char)`

@@ -46,12 +51,18 @@ Indents the input string.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
- [`emoji-logger`](https://github.com/IonicaBizau/emoji-logger#readme)
## License
- [`bgm`](https://github.com/egoist/bgm#readme) (by EGOIST)—Display bangumi list in CLI.
- [`emoji-logger`](https://github.com/IonicaBizau/emoji-logger#readme)—Logging library based on flat colors and Emoji.
- [`testen`](https://github.com/egoist/testen#readme) (by EGOIST)—Run tests for multiple versions of Node.js in local env.
- [`tilda`](https://github.com/IonicaBizau/tilda)—Tiny module for building command line tools.
## :scroll: License
[MIT][license] © [Ionică Bizău][website]

@@ -65,2 +76,2 @@

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc