@stdlib/string-base-right-pad 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +17 -5
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -132,6 +132,12 @@ logEach( '%s', out );
|
|
|
132
132
|
|
|
133
133
|
<section class="related">
|
|
134
134
|
|
|
135
|
+
* * *
|
|
136
|
+
|
|
137
|
+
## See Also
|
|
138
|
+
|
|
139
|
+
- <span class="package-name">[`@stdlib/string-base/left-pad`][@stdlib/string/base/left-pad]</span><span class="delimiter">: </span><span class="description">left pad a string.</span>
|
|
140
|
+
|
|
135
141
|
</section>
|
|
136
142
|
|
|
137
143
|
<!-- /.related -->
|
|
@@ -162,7 +168,7 @@ See [LICENSE][stdlib-license].
|
|
|
162
168
|
|
|
163
169
|
## Copyright
|
|
164
170
|
|
|
165
|
-
Copyright © 2016-
|
|
171
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
166
172
|
|
|
167
173
|
</section>
|
|
168
174
|
|
|
@@ -175,8 +181,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
175
181
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-right-pad.svg
|
|
176
182
|
[npm-url]: https://npmjs.org/package/@stdlib/string-base-right-pad
|
|
177
183
|
|
|
178
|
-
[test-image]: https://github.com/stdlib-js/string-base-right-pad/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
179
|
-
[test-url]: https://github.com/stdlib-js/string-base-right-pad/actions/workflows/test.yml?query=branch:v0.2.
|
|
184
|
+
[test-image]: https://github.com/stdlib-js/string-base-right-pad/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
185
|
+
[test-url]: https://github.com/stdlib-js/string-base-right-pad/actions/workflows/test.yml?query=branch:v0.2.3
|
|
180
186
|
|
|
181
187
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-right-pad/main.svg
|
|
182
188
|
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-right-pad?branch=main
|
|
@@ -188,8 +194,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
188
194
|
|
|
189
195
|
-->
|
|
190
196
|
|
|
191
|
-
[chat-image]: https://img.shields.io/
|
|
192
|
-
[chat-url]: https://
|
|
197
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
198
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
193
199
|
|
|
194
200
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
195
201
|
|
|
@@ -208,6 +214,12 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
208
214
|
|
|
209
215
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-right-pad/main/LICENSE
|
|
210
216
|
|
|
217
|
+
<!-- <related-links> -->
|
|
218
|
+
|
|
219
|
+
[@stdlib/string/base/left-pad]: https://www.npmjs.com/package/@stdlib/string-base-left-pad
|
|
220
|
+
|
|
221
|
+
<!-- </related-links> -->
|
|
222
|
+
|
|
211
223
|
</section>
|
|
212
224
|
|
|
213
225
|
<!-- /.links -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/string-base-right-pad",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Right pad a string.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/math-base-special-ceil": "^0.2.
|
|
34
|
-
"@stdlib/string-base-repeat": "^0.2.
|
|
33
|
+
"@stdlib/math-base-special-ceil": "^0.2.2",
|
|
34
|
+
"@stdlib/string-base-repeat": "^0.2.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {},
|
|
37
37
|
"engines": {
|