Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

join-string

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

join-string - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"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"

6

README.md

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc