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

angular-sortablejs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sortablejs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "angular-sortablejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "SortableJS for Angular 2+",

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

@@ -40,3 +40,3 @@ "use strict";

});
SortablejsDirective.prototype.proxyEvent = function (eventName) {
SortablejsDirective.prototype.proxyEvent = function (eventName, event) {
if (this._options && this._options[eventName]) {

@@ -60,3 +60,3 @@ this._options[eventName](event);

};
_this.proxyEvent('onAdd');
_this.proxyEvent('onAdd', event);
},

@@ -74,3 +74,3 @@ onRemove: function (event) {

onremove = null;
_this.proxyEvent('onRemove');
_this.proxyEvent('onRemove', event);
},

@@ -86,3 +86,3 @@ onUpdate: function (event) {

}
_this.proxyEvent('onUpdate');
_this.proxyEvent('onUpdate', event);
}

@@ -89,0 +89,0 @@ };

Sorry, the diff of this file is not supported yet

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