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.0.7 to 1.0.8

2

lib/ImprovedSelect.js

@@ -72,3 +72,3 @@ "use strict";

try {
for (var _b = __values(_this.initialSelection), _c = _b.next(); !_c.done; _c = _b.next()) {
for (var _b = __values(_this.defaultSelection), _c = _b.next(); !_c.done; _c = _b.next()) {
var index = _c.value;

@@ -75,0 +75,0 @@ if (_this.select.options[index] !== undefined) {

{
"name": "@prof-dev/improved-select",
"version": "1.0.7",
"version": "1.0.8",
"description": "Helper for live clicks events management",

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

@@ -331,3 +331,3 @@ import { EventEmitter } from "@prof-dev/event-emitter";

for (const index of this.initialSelection) {
for (const index of this.defaultSelection) {
if (this.select.options[index] !== undefined) {

@@ -334,0 +334,0 @@ this.select.options[index].selected = true;

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