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.6.1 to 4.6.2

2

dist/gridsterDraggable.service.js

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

GridsterDraggable.prototype.makeDrag = function () {
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item);
this.gridsterItem.setSize(true);
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item);
this.push.setPushedItems();

@@ -135,0 +135,0 @@ this.swap.setSwapItem();

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

GridsterResizable.prototype.makeResize = function () {
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item);
this.gridsterItem.setSize(true);
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item);
this.push.setPushedItems();

@@ -173,0 +173,0 @@ this.pushResize.setPushedItems();

{
"name": "angular-gridster2",
"version": "4.6.1",
"version": "4.6.2",
"license": "MIT",

@@ -49,19 +49,19 @@ "main": "dist/index.js",

"devDependencies": {
"@angular/animations": "5.2.2",
"@angular/cdk": "5.1.1",
"@angular/cli": "1.6.6",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/compiler-cli": "5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/language-service": "5.2.2",
"@angular/material": "5.1.1",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/platform-server": "5.2.2",
"@angular/router": "5.2.2",
"@angular/animations": "5.2.5",
"@angular/cdk": "5.2.1",
"@angular/cli": "1.7.0",
"@angular/common": "5.2.5",
"@angular/compiler": "5.2.5",
"@angular/compiler-cli": "5.2.5",
"@angular/core": "5.2.5",
"@angular/forms": "5.2.5",
"@angular/http": "5.2.5",
"@angular/language-service": "5.2.5",
"@angular/material": "5.2.1",
"@angular/platform-browser": "5.2.5",
"@angular/platform-browser-dynamic": "5.2.5",
"@angular/platform-server": "5.2.5",
"@angular/router": "5.2.5",
"@types/jasmine": "2.8.6",
"@types/node": "9.4.0",
"@types/node": "9.4.6",
"codelyzer": "4.1.0",

@@ -73,3 +73,3 @@ "core-js": "2.5.3",

"hammerjs": "2.0.8",
"jasmine-core": "2.9.1",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",

@@ -84,3 +84,3 @@ "karma": "2.0.0",

"rxjs": "5.5.6",
"systemjs": "0.20.19",
"systemjs": "0.21.0",
"ts-helpers": "1.1.2",

@@ -87,0 +87,0 @@ "ts-node": "4.1.0",

@@ -11,6 +11,7 @@ angular-gridster2

### Angular 5.x library is [master branch](https://github.com/tiberiuzuld/angular-gridster2/tree/master)
### Angular 4.x library is [4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/4.x)
### Angular 2.x library is [2.4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/2.4.x) (no longer maintained)
### AngularJS >=1.5.x library is [1.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/1.x)
### Angular 6.x library is [master branch](https://github.com/tiberiuzuld/angular-gridster2/tree/master)
### Angular 5.x library is [5.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/5.x) v4.6.1
### Angular 4.x library is [4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/4.x) v3.19.0 (no longer maintained)
### Angular 2.x library is [2.4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/2.4.x) v2.4.20 (no longer maintained)
### AngularJS >=1.5.x library is [1.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/1.x) v1.21.0 (no longer maintained)

@@ -17,0 +18,0 @@ ## Install

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