Socket
Socket
Sign inDemoInstall

c2s-ngx-dnd

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.16 to 1.2.17

8

directives/dnd-list.js

@@ -56,5 +56,7 @@ import { Directive, Input, Output, ElementRef, HostListener, EventEmitter } from '@angular/core';

if(!this.lastTarget || !!currentTarget || currentTarget === this.lastTarget) {
console.log('last: ' + this.lastTarget + ' | current: ' + currentTarget)
return true;
if(!!this.lastTarget) {
if(!!currentTarget || currentTarget === this.lastTarget) {
console.log('last: ' + this.lastTarget + ' | current: ' + currentTarget)
return true;
}
}

@@ -61,0 +63,0 @@

@@ -53,3 +53,3 @@ {

},
"version": "1.2.16"
"version": "1.2.17"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc