Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-gridster2

Package Overview
Dependencies
Maintainers
0
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 18.0.1 to 19.0.0

2

lib/gridster.component.d.ts

@@ -5,3 +5,3 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';

import { GridsterCompact } from './gridsterCompact.service';
import { GridsterConfig } from './gridsterConfig.interface';
import type { GridsterConfig } from './gridsterConfig.interface';
import { GridsterConfigS } from './gridsterConfigS.interface';

@@ -8,0 +8,0 @@ import { GridsterEmptyCell } from './gridsterEmptyCell.service';

import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
import { GridsterComponent } from './gridster.component';
import { GridsterDraggable } from './gridsterDraggable.service';
import { GridsterItem, GridsterItemComponentInterface } from './gridsterItem.interface';
import type { GridsterItem } from './gridsterItem.interface';
import { GridsterItemComponentInterface } from './gridsterItem.interface';
import { GridsterResizable } from './gridsterResizable.service';

@@ -6,0 +7,0 @@ import * as i0 from "@angular/core";

{
"name": "angular-gridster2",
"version": "18.0.1",
"version": "19.0.0",
"license": "MIT",

@@ -10,4 +10,4 @@ "sideEffects": false,

"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"rxjs": "^7.0.0"

@@ -46,4 +46,2 @@ },

"types": "./index.d.ts",
"esm2022": "./esm2022/angular-gridster2.mjs",
"esm": "./esm2022/angular-gridster2.mjs",
"default": "./fesm2022/angular-gridster2.mjs"

@@ -50,0 +48,0 @@ }

export { GridsterComponent } from './lib/gridster.component';
export { GridsterItemComponent } from './lib/gridsterItem.component';
export { GridsterItemComponentInterface, GridsterItem } from './lib/gridsterItem.interface';
export { GridsterItemComponentInterface } from './lib/gridsterItem.interface';
export type { GridsterItem } from './lib/gridsterItem.interface';
export { GridsterComponentInterface } from './lib/gridster.interface';
export { GridsterConfig, GridType, DisplayGrid, CompactType, Draggable, Resizable, PushDirections, DirTypes } from './lib/gridsterConfig.interface';
export { GridType, DisplayGrid, CompactType, DirTypes } from './lib/gridsterConfig.interface';
export type { GridsterConfig, Draggable, Resizable, PushDirections } from './lib/gridsterConfig.interface';
export { GridsterConfigService } from './lib/gridsterConfig.constant';

@@ -7,0 +9,0 @@ export { GridsterModule } from './lib/gridster.module';

@@ -10,3 +10,3 @@ # angular-gridster2

### Requires Angular 18.x
### Requires Angular 19.x

@@ -13,0 +13,0 @@ ### For other Angular versions check the other branches.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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