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 1.5.1 to 1.6.0

4

package.json
{
"name": "angular-gridster2",
"version": "1.5.1",
"version": "1.6.0",
"main": "index.js",

@@ -12,3 +12,3 @@ "dependencies": {

"angular-material": "1.1.4",
"browser-sync": "2.18.12",
"browser-sync": "2.18.13",
"browser-sync-spa": "1.0.3",

@@ -15,0 +15,0 @@ "chalk": "2.0.1",

@@ -97,5 +97,9 @@ angular-gridster2

scrollSpeed: 20, // how much to scroll each mouse move when in the scrollSensitivity zone
initCallback: undefined, // callback to call after grid has initialized
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols. Arguments: gridsterItem
itemResizeCallback: undefined, // callback to call for each item when width/height changes. Arguments: gridsterItem
initCallback: undefined, // callback to call after grid has initialized. Arguments: gridsterComponent
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols.
// Arguments: gridsterItem, gridsterItemComponent
itemResizeCallback: undefined, // callback to call for each item when width/height changes.
// Arguments: gridsterItem, gridsterItemComponent
itemInitCallback: undefined, // callback to call for each item when is initialized.
// Arguments: gridsterItem, gridsterItemComponent
draggable: {

@@ -147,3 +151,3 @@ enabled: false, // enable/disable draggable items

cols?: number; // number of columns if missing will use grid option defaultItemCols
initCallback?: Function; // initialization callback
initCallback?: Function; // initialization callback. Argument: GridsterItem, GridsterItemComponent
dragEnabled?: boolean; // override grid option draggable.enabled

@@ -150,0 +154,0 @@ resizeEnabled?: boolean; // override grid option resizable.enabled

Sorry, the diff of this file is too big to display

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