New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dropmic

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropmic - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "dropmic",
"version": "0.2.0",
"version": "0.2.1",
"description": "A lightweight dropdown plugin",

@@ -5,0 +5,0 @@ "main": "dist/dropmic.js",

@@ -191,4 +191,4 @@ const dropmicClassShow = "dropmic--show";

this._constructList().appendChild(this._constructItem(btn));
btn.addEventListener('click', function() {
callback();
btn.addEventListener('click', function(event) {
callback(event);
});

@@ -195,0 +195,0 @@ return btn;

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