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

6

dist/gridsterDraggable.service.js

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

this.gridsterItem.renderer.removeClass(this.gridsterItem.el, 'gridster-item-moving');
this.gridster.movingItem = null;
this.gridster.previewStyle();
this.gridster.gridLines.updateGrid(false);

@@ -119,2 +117,6 @@ this.path = [];

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

@@ -121,0 +123,0 @@ GridsterDraggable.prototype.cancelDrag = function () {

{
"name": "angular-gridster2",
"version": "3.7.0",
"version": "3.7.1",
"license": "MIT",

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