Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "ustring", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "String utility functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,2 +31,20 @@ # String utility methods | ||
### hyphenate | ||
```js | ||
ustring.hyphenate('ThisIsMyWord') == 'this-is-my-word' | ||
``` | ||
### humanize | ||
```js | ||
ustring.humanize('This_is-a-very-long-sentence') == 'This is a very long sentence' | ||
``` | ||
### camelize | ||
```js | ||
ustring.camelize('This-is-a-very-long-word') == 'ThisIsAVeryLongWord' | ||
``` | ||
### is.alphanum | ||
@@ -33,0 +51,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
6924
24
145
81
0