Socket
Socket
Sign inDemoInstall

select2-component

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select2-component - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

LICENSE

12

dist/index.js

@@ -262,6 +262,4 @@ import * as tslib_1 from "tslib";

var option = options[j];
if (findIt) {
if (!option.disabled) {
return option.value;
}
if (findIt && !option.disabled) {
return option.value;
}

@@ -273,6 +271,4 @@ findIt = option.value === hoveringValue;

var option = groupOrOption;
if (findIt) {
if (!option.disabled) {
return option.value;
}
if (findIt && !option.disabled) {
return option.value;
}

@@ -279,0 +275,0 @@ findIt = option.value === hoveringValue;

{
"name": "select2-component",
"version": "5.4.0",
"version": "5.5.0",
"description": "A vuejs, reactjs and angular select component core.",

@@ -27,3 +27,4 @@ "main": "dist/index.js",

"tslib": "1"
}
},
"gitHead": "32bec6d6563ddf365ef832cb287c93a579cb495e"
}
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