angular-sortablejs
Advanced tools
Comparing version 2.2.2 to 2.2.3-0
@@ -6,3 +6,3 @@ "use strict"; | ||
var sortablejs_service_1 = require("./sortablejs.service"); | ||
var Sortable = require("sortablejs/Sortable.min"); | ||
var sortablejs_1 = require("sortablejs"); | ||
var SortablejsDirective = (function () { | ||
@@ -20,7 +20,7 @@ function SortablejsDirective(globalConfig, sortablejsService, element, zone, cdr) { | ||
if (this.runInsideAngular) { | ||
this._sortable = Sortable.create(this.element.nativeElement, this.options); | ||
this._sortable = sortablejs_1.default.create(this.element.nativeElement, this.options); | ||
} | ||
else { | ||
this.zone.runOutsideAngular(function () { | ||
_this._sortable = Sortable.create(_this.element.nativeElement, _this.options); | ||
_this._sortable = sortablejs_1.default.create(_this.element.nativeElement, _this.options); | ||
}); | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "angular-sortablejs", | ||
"version": "2.2.2", | ||
"version": "2.2.3-0", | ||
"description": "SortableJS for Angular", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
33293
0
1