@stdlib/string-pad
Advanced tools
+12
-12
| { | ||
| "name": "@stdlib/string-pad", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Pad a string.", | ||
@@ -40,15 +40,15 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-has-own-property": "^0.1.0", | ||
| "@stdlib/assert-is-boolean": "^0.1.0", | ||
| "@stdlib/assert-has-own-property": "^0.1.1", | ||
| "@stdlib/assert-is-boolean": "^0.1.1", | ||
| "@stdlib/assert-is-nonnegative-integer": "^0.1.0", | ||
| "@stdlib/assert-is-plain-object": "^0.1.0", | ||
| "@stdlib/assert-is-string": "^0.1.0", | ||
| "@stdlib/constants-float64-max-safe-integer": "^0.1.0", | ||
| "@stdlib/math-base-special-abs": "^0.1.0", | ||
| "@stdlib/math-base-special-ceil": "^0.1.0", | ||
| "@stdlib/math-base-special-floor": "^0.1.0", | ||
| "@stdlib/string-format": "^0.1.0", | ||
| "@stdlib/string-left-pad": "^0.1.0", | ||
| "@stdlib/assert-is-plain-object": "^0.1.1", | ||
| "@stdlib/assert-is-string": "^0.1.1", | ||
| "@stdlib/constants-float64-max-safe-integer": "^0.1.1", | ||
| "@stdlib/math-base-special-abs": "^0.1.1", | ||
| "@stdlib/math-base-special-ceil": "^0.1.1", | ||
| "@stdlib/math-base-special-floor": "^0.1.1", | ||
| "@stdlib/string-format": "^0.1.1", | ||
| "@stdlib/string-left-pad": "^0.1.1", | ||
| "@stdlib/string-repeat": "^0.1.0", | ||
| "@stdlib/string-right-pad": "^0.1.0" | ||
| "@stdlib/string-right-pad": "^0.1.1" | ||
| }, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
+2
-2
@@ -274,4 +274,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/string-pad/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/string-pad/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/string-pad/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/string-pad/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -278,0 +278,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-pad/main.svg |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
-100%Updated