Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 1.2.6

4

dist/index.d.ts

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

type ArgumentType = string | ArgumentType[];
export default function(...args: ArgumentType[]): string;
type ClassName = string | ClassName[];
export default function(...classNames: ClassName[]): string;
/**
* @author TroyTae
* @version 1.2.5
* @version 1.2.6
* @name one-spaces

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

/**
* @author TroyTae
* @version 1.2.5
* @version 1.2.6
* @name one-spaces

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

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

@@ -22,4 +22,4 @@ "main": "dist/index.js",

"devDependencies": {
"rollup": "^1.27.5",
"rollup-plugin-terser": "^5.1.2"
"rollup": "^1.27.14",
"rollup-plugin-terser": "^5.1.3"
},

@@ -37,7 +37,7 @@ "scripts": {

"css",
"tiny",
"classes",
"classnames",
"className"
"className",
"classname",
"classnames"
]
}
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