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.2.9 to 1.3.1

__tests__/index.test.js

4

dist/index.esm.js
/**
* @author TroyTae
* @version 1.2.9
* @version 1.3.1
* @name one-spaces

@@ -12,3 +12,3 @@ */

;
for (; index < arguments.length;) {
for (;index < arguments.length;) {
if (arg = arguments[index++]) {

@@ -15,0 +15,0 @@ if (className) {

/**
* @author TroyTae
* @version 1.2.9
* @version 1.3.1
* @name one-spaces

@@ -14,3 +14,3 @@ */

;
for (; index < arguments.length;) {
for (;index < arguments.length;) {
if (arg = arguments[index++]) {

@@ -17,0 +17,0 @@ if (className) {

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

@@ -23,11 +23,13 @@ "main": "dist/index.js",

"rimraf": "^3.0.0",
"rollup": "^1.28.0",
"rollup-plugin-terser": "^5.1.3"
"rollup": "^1.29.0",
"rollup-plugin-terser": "^5.2.0",
"jest": "^24.9.0"
},
"scripts": {
"build": "rollup --c rollup.config.js"
"build": "rollup --c rollup.config.js",
"test": "jest"
},
"directories": {
"lib": "dist",
"test": "test",
"test": "__tests__",
"doc": "README.md"

@@ -34,0 +36,0 @@ },

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

[![build](https://img.shields.io/github/workflow/status/TroyTae/one-spaces/build/master?style=flat-square)](https://github.com/TroyTae/one-spaces/actions?query=workflow%3Abuild)
[![size](https://img.shields.io/github/size/TroyTae/one-spaces/dist/one-spaces.js?style=flat-square)](https://github.com/TroyTae/one-spaces/blob/master/dist/one-spaces.js)

@@ -2,0 +3,0 @@ [![npm](https://img.shields.io/npm/v/one-spaces?color=%23fb3e44&style=flat-square)](https://www.npmjs.com/package/one-spaces)

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