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

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.10.3 to 5.10.4

2

dist/index.js

@@ -438,3 +438,3 @@ import { __values } from "tslib";

return "select2 select2-container select2-container--default " + (disabled ? 'select2-container--disabled' : '') + " "
+ ((isOpen ? 'select2-container--open' : '') + " select2-container--below select2-container--focus");
+ ((isOpen ? 'select2-container--open select2-container--focus' : '') + " select2-container--below");
}

@@ -441,0 +441,0 @@ export function getSelectionStyle(multiple) {

{
"name": "select2-component",
"version": "5.10.3",
"version": "5.10.4",
"description": "A vuejs and reactjs select component core.",

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

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