Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "words.js", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A library/toolbox for working with words and strings.", | ||
@@ -5,0 +5,0 @@ "main": "words.min.js", |
@@ -40,6 +40,6 @@ words.js | ||
words.set('.startsWith searches for the first(delimiting) space after the first word'); | ||
console.log( words.startsWith('Words.') ); | ||
words.set('.startsWith searches for matching complete words'); | ||
console.log( words.startsWith('.startsWith search') ); | ||
// false | ||
console.log( words.startsWith('Words.startsWith searches') ); | ||
console.log( words.startsWith('.startsWith searches') ); | ||
// true | ||
@@ -46,0 +46,0 @@ |
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
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
0
86262