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

complete-string

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complete-string

CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft.

  • 2.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

complete-string

Complete string by any char. This repo is some kind of polyfill for ES7 padLeft.

Install

npm install complete-string

or

bower install complete-string

Usage

  • withChar - complete with any char:
CompleteString.withChar(' batman', 10, 'a') // => 'aaa batman'
  • withZero - complete with 0:
var date = new Date();
CompleteString.withZero(date.getMonth(), 2) // => '05'

Test

As pre-installation you should have tool called jest:

npm test

Authors

  • Piotr Kowalski

License

The MIT License

Keywords

FAQs

Package last updated on 08 Nov 2015

Did you know?

Socket

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.

Install

Related posts

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