Comparing version
/** | ||
* Replaces all occurrences of a string with another. | ||
* Replaces all (or the specified amount of) occurrences of a string with another. | ||
* | ||
@@ -4,0 +4,0 @@ * @param {String} str The string to search `search` strings from. |
/** | ||
* This function provides a (minor) simplification for reversing a string. | ||
* This function provides a simplification for reversing a string. | ||
* | ||
@@ -4,0 +4,0 @@ * @param {String} str The string to be reversed. |
{ | ||
"name": "stringine", | ||
"version": "1.0.2-beta", | ||
"version": "1.0.2", | ||
"description": "Stringine is a simple cross-platform string manipulation utility.", | ||
@@ -26,3 +26,3 @@ "main": "stringine.js", | ||
}, | ||
"homepage": "https://github.com/kantondev/stringine#readme" | ||
"homepage": "https://github.com/kantondev/stringine/blob/master/README.md" | ||
} |
@@ -18,2 +18,3 @@ // Welcome to Stringine.js, this is the main file in the JavaScript version of the Stringine project. | ||
randomChars: require("./lib/randomChars.js"), | ||
rotate: require("./lib/rotate.js"), | ||
@@ -20,0 +21,0 @@ translateMap: require("./lib/map.js").translate, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25964
6.96%18
5.88%674
5.81%1
-50%