Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "append-if", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Append a string, conditionally", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -88,3 +88,3 @@ # append-if | ||
Function to evaluate to determine if string should be appended with appendString. condition is given string and appendString as parameters. `Default` condition checks if string starts with appendString. If not, appendString is appended to string. | ||
Function to evaluate to determine if string should be appended with appendString. condition is given string and appendString as parameters. `Default` condition checks if string ends with appendString. If not, appendString is appended to string. | ||
@@ -91,0 +91,0 @@ Condition may also be a `boolean`. If `true`, string is appended with appendString, otherwise it is not. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58757