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.16.3 to 1.17.0

8

package.json
{
"name": "angular-gridster2",
"version": "1.16.3",
"version": "1.17.0",
"main": "index.js",

@@ -9,4 +9,4 @@ "dependencies": {

"devDependencies": {
"angular-animate": "1.6.6",
"angular-aria": "1.6.6",
"angular-animate": "1.6.7",
"angular-aria": "1.6.7",
"angular-material": "1.1.5",

@@ -45,3 +45,3 @@ "browser-sync": "2.18.13",

"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-jasmine": "1.1.1",
"karma-ng-html2js-preprocessor": "1.0.0",

@@ -48,0 +48,0 @@ "karma-phantomjs-launcher": "1.0.4",

@@ -102,4 +102,4 @@ angular-gridster2

// Arguments: gridsterItem, gridsterItemComponent
itemRemovedCallback: undefined, // callback to call for each item when is initialized.
// Arguments: gridsterItem, gridsterItemComponent
itemRemovedCallback: undefined, // callback to call for each item when is removed.
// Arguments: gridsterItem, gridsterItemComponent
enableEmptyCellClick: false, // enable empty cell click events

@@ -113,5 +113,5 @@ enableEmptyCellContextMenu: false, // enable empty cell context menu (right click) events

emptyCellDragCallback: undefined, // empty cell drag and create item like excel cell selection
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols}
emptyCellDragMaxCols: 50, // limit empty cell drag max cols
emptyCellDragMaxRows: 50, // limit empty cell drag max rows
// Arguments: event, gridsterItem{x, y, rows: defaultItemRows, cols: defaultItemCols}
draggable: {

@@ -186,2 +186,3 @@ delayStart: 0, // milliseconds to delay the start of resize, useful for touch interaction

resizeEnabled?: boolean; // override grid option resizable.enabled
compactEnabled?: boolean; // disable compact
maxItemRows?: number; // override grid option maxItemRows

@@ -188,0 +189,0 @@ minItemRows?: number; // override grid option minItemRows

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