Comparing version
@@ -153,3 +153,5 @@ /** | ||
if (round == (spinRounds - 1)) return spin(round + 1, xorLast, sbtos(btosb(xorLast))); | ||
else return spin(round + 1, padBits([], chunkLengthBits), require("./reverse.js")(targetStr).repeat(repeatSum) + targetStr); | ||
else return spin(round + 1, | ||
padBits([], chunkLengthBits), | ||
round == 1 ? require("./reverse.js")(str).repeat(repeatSum) : require("./reverse.js")(str)); | ||
} | ||
@@ -156,0 +158,0 @@ } |
{ | ||
"name": "stringine", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Stringine is a simple cross-platform string manipulation utility.", | ||
@@ -5,0 +5,0 @@ "main": "stringine.js", |
31745
0.24%814
0.25%