New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

one-spaces

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one-spaces - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/index.js
/**
* @author TroyTae
* @version 1.0.3
* @version 1.0.4
* @name one-spaces

@@ -5,0 +5,0 @@ */

{
"name": "one-spaces",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tiny module for making className 😎",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# One Spaces
A tiny(146B) module for making className 😎
A tiny(146B) module for making css className 😎

@@ -23,3 +23,3 @@ ## Installation

```javascript
OneSpaces('cls1', 'cls2');
OneSpaces('cls1', 'cls2', 'cls3') === 'cls3 cls2 cls1';
```

@@ -30,3 +30,3 @@

```javascript
OneSpaces(['cls1', 'cls2']);
OneSpaces(['cls1', 'cls2'], ['cls3']) === 'cls3 cls2 cls1';
```

@@ -37,3 +37,3 @@

```javascript
OneSpaces(null, true && 'cls1', false && 'cls2');
OneSpaces('cls1', null, 'cls2', false && 'none', true && 'cls3') === 'cls3 cls2 cls1';
```

@@ -44,3 +44,3 @@

```javascript
OneSpaces('cls1', false && 'none', ['cls2']);
OneSpaces(['cls1', 'cls2'], null, 'cls3') === 'cls3 cls2 cls1';
```

@@ -47,0 +47,0 @@

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