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

angular-gridster2

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-gridster2 - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

7

dist/gridsterDraggable.service.js

@@ -21,2 +21,3 @@ "use strict";

GridsterDraggable.prototype.destroy = function () {
delete this.gridster.movingItem;
delete this.gridsterItem;

@@ -109,4 +110,6 @@ delete this.gridster;

setTimeout(function () {
this.gridster.movingItem = null;
this.gridster.previewStyle();
if (this.gridster) {
this.gridster.movingItem = null;
this.gridster.previewStyle();
}
}.bind(this));

@@ -113,0 +116,0 @@ };

@@ -11,2 +11,4 @@ "use strict";

GridsterEmptyCell.prototype.destroy = function () {
delete this.initialItem;
delete this.gridster.movingItem;
delete this.gridster;

@@ -144,4 +146,6 @@ };

this.initialItem = null;
this.gridster.movingItem = null;
this.gridster.previewStyle();
if (this.gridster) {
this.gridster.movingItem = null;
this.gridster.previewStyle();
}
}.bind(this));

@@ -148,0 +152,0 @@ this.gridster.cdRef.markForCheck();

@@ -22,2 +22,3 @@ "use strict";

GridsterResizable.prototype.destroy = function () {
delete this.gridster.movingItem;
delete this.gridsterItem;

@@ -145,4 +146,6 @@ delete this.gridster;

setTimeout(function () {
this.gridster.movingItem = null;
this.gridster.previewStyle();
if (this.gridster) {
this.gridster.movingItem = null;
this.gridster.previewStyle();
}
}.bind(this));

@@ -149,0 +152,0 @@ };

{
"name": "angular-gridster2",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",

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

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