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 2.2.2 to 2.2.3-0

6

dist/src/sortablejs.directive.js

@@ -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

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