Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/string-repeat

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string-repeat - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+5
-4
package.json
{
"name": "@stdlib/string-repeat",
"version": "0.2.1",
"version": "0.2.2",
"description": "Repeat a string a specified number of times and return the concatenated result.",

@@ -34,5 +34,6 @@ "license": "Apache-2.0",

"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
"@stdlib/assert-is-string": "^0.2.1",
"@stdlib/string-base-repeat": "^0.2.1",
"@stdlib/string-format": "^0.2.1"
"@stdlib/assert-is-string": "^0.2.2",
"@stdlib/string-base-repeat": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},

@@ -39,0 +40,0 @@ "devDependencies": {},

@@ -151,4 +151,4 @@ <!--

[test-image]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml?query=branch:v0.2.1
[test-image]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml/badge.svg?branch=v0.2.2
[test-url]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml?query=branch:v0.2.2

@@ -155,0 +155,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-repeat/main.svg