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.5 to 1.1.6

1

lib/ImprovedSelect.d.ts

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

clear(): void;
getSelectedOptions(): HTMLOptionElement[];
static create(element: HTMLElement): ImprovedSelect;

@@ -51,0 +52,0 @@ static initAllAvailableOnPage(): void;

@@ -405,2 +405,6 @@ "use strict";

};
ImprovedSelect.prototype.getSelectedOptions = function () {
var _a, _b;
return Array.from((_b = (_a = this.select) === null || _a === void 0 ? void 0 : _a.selectedOptions) !== null && _b !== void 0 ? _b : []);
};
ImprovedSelect.create = function (element) {

@@ -407,0 +411,0 @@ var instance = improvedSelectElementsMap.get(element);

3

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

@@ -12,2 +12,3 @@ "main": "lib/ImprovedSelect.js",

"build:only": "tsc && npm run sass",
"publish:patch": "npm version patch && npm run build && npm publish",
"clean": "rimraf lib/*"

@@ -14,0 +15,0 @@ },

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