join-string
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "join-string", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility for joining strings", | ||
@@ -20,2 +20,9 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/malcolm-kee/join-string" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/malcolm-kee/join-string/issues" | ||
}, | ||
"dependencies": { | ||
@@ -22,0 +29,0 @@ "typesafe-is": "^1.0.1" |
@@ -52,9 +52,9 @@ # join-string | ||
### `joinClass: (...classNames: any[]) => string` | ||
### `joinClassName: (...classNames: any[]) => string` | ||
`joinClass` is an utility to construct className. It join all its parameter with a space. | ||
`joinClassName` is an utility to construct className. It join all its parameter with a space. | ||
Under the hood, `joinClass` is just `joinString(' ')`. | ||
Under the hood, `joinClassName` is just `joinString(' ')`. | ||
[npm]: https://www.npmjs.com/ | ||
[node]: https://nodejs.org |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
159844
1
0