Socket
Socket
Sign inDemoInstall

classnames

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

bower.json
{
"name": "classnames",
"version": "1.1.3",
"version": "1.1.4",
"description": "A simple utility for conditionally joining classNames together",

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

@@ -26,4 +26,4 @@ function classNames() {

// safely export classNames in case the script is included directly on a page
if (module && module.exports) {
if (typeof module !== 'undefined' && module.exports) {
module.exports = classNames;
}
{
"name": "classnames",
"version": "1.1.3",
"version": "1.1.4",
"description": "A simple utility for conditionally joining classNames together",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc