Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

c2s-ngx-dnd

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c2s-ngx-dnd - npm Package Compare versions

Comparing version 1.2.15 to 1.2.16

3

directives/dnd-list.js

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

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

@@ -59,0 +60,0 @@ }

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

},
"version": "1.2.15"
"version": "1.2.16"
}
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