Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

indento

Package Overview
Dependencies
Maintainers
1
Versions
15
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.6 to 1.1.7

2

lib/index.js

@@ -16,5 +16,5 @@ "use strict";

char = typeof char !== "string" ? " " : char;
return input.replace(/^/gm, char.repeat(width));
return String(input).replace(/^/gm, char.repeat(width));
}
module.exports = indento;
{
"name": "indento",
"version": "1.1.6",
"version": "1.1.7",
"description": "Indent strings.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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