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 2.4.17 to 2.4.18

8

dist/gridster.component.js

@@ -193,4 +193,4 @@ "use strict";

else if (this.$options.gridType === 'fixed') {
this.curColWidth = this.$options.fixedColWidth;
this.curRowHeight = this.$options.fixedRowHeight;
this.curColWidth = this.$options.fixedColWidth + this.$options.margin;
this.curRowHeight = this.$options.fixedRowHeight + this.$options.margin;
addClass = 'fixed';

@@ -202,3 +202,3 @@ removeClass1 = 'fit';

else if (this.$options.gridType === 'verticalFixed') {
this.curRowHeight = this.$options.fixedRowHeight;
this.curRowHeight = this.$options.fixedRowHeight + this.$options.margin;
addClass = 'scrollVertical';

@@ -210,3 +210,3 @@ removeClass1 = 'fit';

else if (this.$options.gridType === 'horizontalFixed') {
this.curColWidth = this.$options.fixedColWidth;
this.curColWidth = this.$options.fixedColWidth + this.$options.margin;
addClass = 'scrollHorizontal';

@@ -213,0 +213,0 @@ removeClass1 = 'fit';

{
"name": "angular-gridster2",
"version": "2.4.17",
"version": "2.4.18",
"license": "MIT",

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

@@ -18,3 +18,3 @@ angular-gridster2

``npm install angular-gridster2 --save``
``npm install angular-gridster2@2.4.x --save``

@@ -21,0 +21,0 @@ Should work out of the box with webpack, respectively angular-cli.

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