Socket
Socket
Sign inDemoInstall

ng-drag-to-reorder

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.6

2

bower.json
{
"name": "ng-drag-to-reorder",
"main": "./ngDragToReorder.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lightweight AngularJS directive for reordering any collection of elements using the HTML5 drag and drop API without any dependencies other than Angular. No jQuery!",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/mhthompson86/ng-drag-to-reorder",

@@ -62,13 +62,2 @@ (function () {

if (isChrome)
console.log('Browser: Chrome');
if (isIE)
console.log('Browser: Internet Explorer');
if (isEdge)
console.log('Browser: Edge');
if (isFirefox)
console.log('Browser: Firefox');
if (isSafari)
console.log('Browser: Safari');
if (attrs.dtrEvent) {

@@ -75,0 +64,0 @@ eventName = attrs.dtrEvent || 'dropped';

{
"name": "ng-drag-to-reorder",
"version": "1.0.4",
"version": "1.0.6",
"description": "Lightweight AngularJS drag and drop functionality to reorder lists without any dependencies other than Angular.",

@@ -5,0 +5,0 @@ "main": "ngDragToReorder.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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