New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.6 to 2.1.0

LICENSE.md

4

dist/src/sortablejs.directive.js

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

SortablejsDirective.prototype.ngOnDestroy = function () {
this._sortable.destroy();
if (this._sortable) {
this._sortable.destroy();
}
};

@@ -43,0 +45,0 @@ Object.defineProperty(SortablejsDirective.prototype, "options", {

{
"name": "angular-sortablejs",
"version": "2.0.6",
"version": "2.1.0",
"description": "SortableJS for Angular",

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

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