Socket
Socket
Sign inDemoInstall

classnames

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classnames - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

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

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

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

// safely export classNames in case the script is included directly on a page
try { module.exports = classNames; } catch(e) {};
if (module && module.exports) {
module.exports = classNames;
}
{
"name": "classnames",
"version": "1.1.2",
"version": "1.1.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc