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.6.0 to 1.7.0

0

index.js
require('./dist/gridster.js');
module.exports = 'angular-gridster2';

4

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

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

"gulp-replace": "0.6.1",
"gulp-rev": "7.1.2",
"gulp-rev": "8.0.0",
"gulp-rev-replace": "0.4.3",

@@ -36,0 +36,0 @@ "gulp-size": "2.1.0",

@@ -97,9 +97,13 @@ 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. 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
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
enableEmptyCellClickDrag: false, // enable empty cell click and drag drop events
emptyCellClickCallback: undefined, // empty cell click callback
emptyCellDropCallback: undefined, // empty cell drag drop callback. HTML5 Drag & Drop
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols}
draggable: {

@@ -106,0 +110,0 @@ enabled: false, // enable/disable draggable items

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