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 3.1.3 to 3.1.4

8

angular.component.js

@@ -480,6 +480,8 @@ "use strict";

}
else {
var option = this.data ? common.getOptionByValue(this.data, value) : null;
this.select(option);
else if (this.data) {
this.select(common.getOptionByValue(this.data, value));
}
else if (this._control) {
this._control.viewToModelUpdate(value);
}
this._changeDetectorRef.markForCheck();

@@ -486,0 +488,0 @@ }

{
"name": "select2-component",
"version": "3.1.3",
"version": "3.1.4",
"description": "A vuejs, reactjs and angular select component.",

@@ -5,0 +5,0 @@ "main": "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