New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-dropdowns

Package Overview
Dependencies
Maintainers
1
Versions
1291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-dropdowns - npm Package Compare versions

Comparing version 0.26.3 to 0.26.4

3

dist/es/dropdownlist.component.js

@@ -590,3 +590,2 @@ /* tslint:disable:max-line-length */

var textCandidate;
var filterState = this.filterable && !!this.filterText;
if (!this.data.length) {

@@ -617,3 +616,3 @@ if (isPresent(value)) {

}
else if (filterState) {
else if (value !== undefined) {
this.selectionService.resetSelection([]);

@@ -620,0 +619,0 @@ this.selectionService.focused = 0;

@@ -591,3 +591,2 @@ /* tslint:disable:max-line-length */

var textCandidate;
var filterState = this.filterable && !!this.filterText;
if (!this.data.length) {

@@ -618,3 +617,3 @@ if (util_1.isPresent(value)) {

}
else if (filterState) {
else if (value !== undefined) {
this.selectionService.resetSelection([]);

@@ -621,0 +620,0 @@ this.selectionService.focused = 0;

{
"name": "@progress/kendo-angular-dropdowns",
"description": "Dropdowns Package for Angular 2",
"version": "0.26.3",
"version": "0.26.4",
"publishConfig": {

@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com"

Sorry, the diff of this file is too big to display

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