one-spaces
Advanced tools
Comparing version 1.2.9 to 1.3.1
/** | ||
* @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) |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
5610
8
70
63
4
1