Gathering detailed insights and metrics for pad-left
Gathering detailed insights and metrics for pad-left
Gathering detailed insights and metrics for pad-left
Gathering detailed insights and metrics for pad-left
Left pad a string with zeros or a specified string. Fastest implementation.
npm install pad-left
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
55,473,980
Last Day
25,978
Last Week
265,612
Last Month
1,009,421
Last Year
10,325,015
MIT License
44 Stars
38 Commits
8 Forks
3 Watchers
1 Branches
5 Contributors
Updated on Dec 06, 2022
Latest Version
2.1.0
Package Id
pad-left@2.1.0
Size
3.03 kB
NPM Version
3.6.0
Node Version
5.5.0
Published on
May 07, 2016
Cumulative downloads
Total Downloads
Last Day
90%
25,978
Compared to previous day
Last Week
4.9%
265,612
Compared to previous week
Last Month
7.2%
1,009,421
Compared to previous month
Last Year
-14.5%
10,325,015
Compared to previous year
1
6
Left pad a string with zeros or a specified string. Fastest implementation.
You might also be interested in word-wrap.
Install with npm:
1$ npm install pad-left --save
1var pad = require('pad-left'); 2pad( '4', 4, '0') // 0004 3pad( '35', 4, '0') // 0035 4pad('459', 4, '0') // 0459
Benchmarks for node.js v6.1.0 versus left-pad.
1# benchmark/fixtures/10-custom-char.js (37 bytes) 2 pad-left x 14,940,947 ops/sec ±0.81% (87 runs sampled) 3 left-pad x 7,901,604 ops/sec ±1.17% (86 runs sampled) 4 5# benchmark/fixtures/10.js (32 bytes) 6 pad-left x 13,305,123 ops/sec ±1.53% (84 runs sampled) 7 left-pad x 6,979,536 ops/sec ±1.13% (84 runs sampled) 8 9# benchmark/fixtures/100-custom-char.js (38 bytes) 10 pad-left x 14,227,637 ops/sec ±1.41% (81 runs sampled) 11 left-pad x 1,352,240 ops/sec ±1.51% (86 runs sampled) 12 13# benchmark/fixtures/100.js (34 bytes) 14 pad-left x 15,664,561 ops/sec ±0.99% (83 runs sampled) 15 left-pad x 1,247,316 ops/sec ±0.96% (87 runs sampled) 16 17# benchmark/fixtures/1000-custom-char.js (40 bytes) 18 pad-left x 15,210,294 ops/sec ±1.15% (87 runs sampled) 19 left-pad x 159,958 ops/sec ±1.01% (88 runs sampled) 20 21# benchmark/fixtures/1000.js (35 bytes) 22 pad-left x 14,157,425 ops/sec ±1.10% (88 runs sampled) 23 left-pad x 143,805 ops/sec ±1.08% (87 runs sampled)
Benchmarks for node.js v6.1.0 versus stevemao/left-pad.
1# benchmark/fixtures/10-custom-char.js (37 bytes) 2 pad-left x 13,251,037 ops/sec ±1.40% (84 runs sampled) 3 left-pad x 10,745,530 ops/sec ±1.18% (86 runs sampled) 4 5# benchmark/fixtures/10.js (32 bytes) 6 pad-left x 13,644,357 ops/sec ±1.33% (87 runs sampled) 7 left-pad x 20,107,245 ops/sec ±1.00% (88 runs sampled) 8 9# benchmark/fixtures/100-custom-char.js (38 bytes) 10 pad-left x 15,650,330 ops/sec ±1.01% (86 runs sampled) 11 left-pad x 9,706,877 ops/sec ±1.13% (87 runs sampled) 12 13# benchmark/fixtures/1000-custom-char.js (40 bytes) 14 pad-left x 17,255,593 ops/sec ±0.99% (88 runs sampled) 15 left-pad x 6,312,637 ops/sec ±1.16% (87 runs sampled) 16 17# benchmark/fixtures/1000.js (35 bytes) 18 pad-left x 15,679,410 ops/sec ±0.99% (90 runs sampled) 19 left-pad x 6,439,580 ops/sec ±1.08% (86 runs sampled)
You might also be interested in these projects:
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Generate readme and API documentation with verb:
1$ npm install verb && npm run docs
Or, if verb is installed globally:
1$ verb
Install dev dependencies:
1$ 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 May 07, 2016.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 3/28 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More