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.1.0 to 1.1.1

4

dist/index.js
/**
* @author TroyTae
* @version 1.1.0
* @version 1.1.1
* @name one-spaces

@@ -18,3 +18,3 @@ */

className += (
Array.isArray(arg) ?
arg.pop ?
OneSpaces.apply(0, arg) :

@@ -21,0 +21,0 @@ arg + ' '

@@ -1,1 +0,1 @@

var OneSpaces=function r(){var a,e=arguments,n=e.length,i="";while(n--)(a=e[n])&&(i+=Array.isArray(a)?r.apply(0,a):a+" ");return i};
var OneSpaces=function e(){var n,p=arguments,a=p.length,r="";while(a--)(n=p[a])&&(r+=n.pop?e.apply(0,n):n+" ");return r};
{
"name": "one-spaces",
"version": "1.1.0",
"description": "A tiny module for making className 😎",
"version": "1.1.1",
"description": "A tiny(121B) module for making className 😎",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/TroyTae/one-spaces",

# One Spaces
A tiny(132B) module for making className 😎
A tiny(121B) module for making className 😎

@@ -4,0 +4,0 @@ ## Installation

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