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 3.11.1 to 3.11.2

4

dist/gridsterGrid.component.js

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

this.width = this.gridster.curColWidth - this.margin;
this.columns.length = Math.max(this.gridster.columns, Math.floor(this.gridster.curWidth / this.gridster.curColWidth));
this.rows.length = Math.max(this.gridster.rows, Math.floor(this.gridster.curHeight / this.gridster.curRowHeight));
this.columns.length = Math.max(this.gridster.columns, Math.floor(this.gridster.curWidth / this.gridster.curColWidth)) || 0;
this.rows.length = Math.max(this.gridster.rows, Math.floor(this.gridster.curHeight / this.gridster.curRowHeight)) || 0;
this.columnsHeight = this.gridster.curRowHeight * this.rows.length;

@@ -37,0 +37,0 @@ this.rowsWidth = this.gridster.curColWidth * this.columns.length;

{
"name": "angular-gridster2",
"version": "3.11.1",
"version": "3.11.2",
"license": "MIT",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"e2e": "ng e2e",
"build-demo": "ng build --prod --base-href=./",
"build-demo": "ng build --prod --base-href=./ --build-optimizer",
"build-npm": "gulp inline-templates && ngc -p tsconfig-lib.json"

@@ -52,3 +52,3 @@ },

"@angular/cdk": "2.0.0-beta.8",
"@angular/cli": "1.2.7",
"@angular/cli": "1.3.0",
"@angular/common": "4.3.3",

@@ -67,3 +67,3 @@ "@angular/compiler": "4.3.3",

"@types/jasmine": "2.5.53",
"@types/node": "8.0.19",
"@types/node": "8.0.20",
"codelyzer": "3.1.2",

@@ -70,0 +70,0 @@ "core-js": "2.5.0",

Sorry, the diff of this file is not supported yet

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