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.13 to 1.2.14

12

directives/dnd-list.js

@@ -44,3 +44,3 @@ import { Directive, Input, Output, ElementRef, HostListener, EventEmitter } from '@angular/core';

DndList.prototype.handleDragOver = function (event) {
event.stopPropagation();
var start = new Date();

@@ -55,3 +55,3 @@ var end = new Date();

end = new Date();
console.log('ellapsed :' + (end-start)/1000 + ' s');
console.log('ellapsed :' + (end-start)/1000 + ' s - target : ' + event.target.innerText);

@@ -85,3 +85,3 @@ return true;

end = new Date();
console.log('ellapsed :' + (end-start)/1000 + ' s');
console.log('ellapsed :' + (end-start)/1000 + ' s - target : ' + event.target.innerText);

@@ -95,7 +95,7 @@ return this.stopDragOver();

this.nativeElement.classList.add('dndDragover');
event.stopPropagation();
// event.stopPropagation();
end = new Date();
console.log('ellapsed :' + (end-start)/1000 + ' s');
console.log('ellapsed :' + (end-start)/1000 + ' s - target : ' + event.target.innerText);
return false;

@@ -102,0 +102,0 @@ };

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

},
"version": "1.2.13"
"version": "1.2.14"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc