Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prof-dev/improved-select

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prof-dev/improved-select - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

3

lib/ImprovedSelect.js

@@ -417,2 +417,5 @@ "use strict";

this.isActive = this.element.classList.toggle("is-active", force);
this.toggleElements.forEach(function (element) {
element.classList.toggle("is-active", force);
});
if (this.isActive === true &&

@@ -419,0 +422,0 @@ this.activeToggleElement !== undefined &&

2

package.json
{
"name": "@prof-dev/improved-select",
"version": "1.1.12",
"version": "1.1.13",
"description": "Helper for live clicks events management",

@@ -5,0 +5,0 @@ "main": "lib/ImprovedSelect.js",

@@ -378,2 +378,6 @@ import { EventEmitter } from "@prof-dev/event-emitter";

this.toggleElements.forEach((element) => {
element.classList.toggle("is-active", force);
});
if (

@@ -380,0 +384,0 @@ this.isActive === true &&

Sorry, the diff of this file is not supported yet

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