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.0.0 to 3.0.1

1

dist/gridsterConfig.interface.d.ts

@@ -27,3 +27,2 @@ export declare type GridType = 'fit' | 'scrollVertical' | 'scrollHorizontal' | 'fixed';

itemResizeCallback?: Function;
optionsChanged?: Function;
draggable?: Draggable;

@@ -30,0 +29,0 @@ resizable?: Resizable;

6

package.json
{
"name": "angular-gridster2",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",

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

"@angular/language-service": "4.2.3",
"@angular/material": "2.0.0-beta.6",
"@angular/material": "2.0.0-beta.7",
"@angular/platform-browser": "4.2.3",

@@ -65,3 +65,3 @@ "@angular/platform-browser-dynamic": "4.2.3",

"@types/jasmine": "2.5.52",
"@types/node": "7.0.31",
"@types/node": "8.0.0",
"codelyzer": "3.0.1",

@@ -68,0 +68,0 @@ "core-js": "2.4.1",

@@ -178,3 +178,3 @@ angular-gridster2

this.options.api.resize(); // call if size of container changes. Grid will auto resize on window resize.
this.options.api.optionsChanged(); // call after change of options after initialization
this.options.api.optionsChanged(); // call on change of options after initialization
```

@@ -181,0 +181,0 @@

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