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.27.3 to 0.27.4

13

dist/es/multiselect.component.js

@@ -393,5 +393,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

MultiSelectComponent.prototype.removeTag = function (dataItem) {
var _this = this;
var index = selectedIndices([dataItem], this.data, this.valueField)[0];
this.selectionService.unselect(index);
this.open = false;
if (index) {
this.selectionService.unselect(index);
this.open = false;
}
else {
var filter = function (item) { return item[_this.valueField] !== dataItem[_this.valueField]; };
this.value = this.value.filter(filter);
this.tags = this.selectedDataItems = this.selectedDataItems.filter(filter);
this.emitValueChange();
}
};

@@ -398,0 +407,0 @@ /**

@@ -394,5 +394,14 @@ "use strict";

MultiSelectComponent.prototype.removeTag = function (dataItem) {
var _this = this;
var index = util_1.selectedIndices([dataItem], this.data, this.valueField)[0];
this.selectionService.unselect(index);
this.open = false;
if (index) {
this.selectionService.unselect(index);
this.open = false;
}
else {
var filter = function (item) { return item[_this.valueField] !== dataItem[_this.valueField]; };
this.value = this.value.filter(filter);
this.tags = this.selectedDataItems = this.selectedDataItems.filter(filter);
this.emitValueChange();
}
};

@@ -399,0 +408,0 @@ /**

2

package.json
{
"name": "@progress/kendo-angular-dropdowns",
"description": "Dropdowns Package for Angular 2",
"version": "0.27.3",
"version": "0.27.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