🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tanstack/angular-virtual

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/angular-virtual - npm Package Compare versions

Comparing version
3.13.2
to
3.13.3
+1
-1
build/fesm2022/tanstack-angular-virtual.mjs
import { untracked, computed, signal, effect, afterNextRender, AfterRenderPhase, inject, DestroyRef } from '@angular/core';
import { Virtualizer, observeElementRect, observeElementOffset, elementScroll, observeWindowRect, observeWindowOffset, windowScroll } from '@tanstack/virtual-core';
import { Virtualizer, elementScroll, observeElementOffset, observeElementRect, windowScroll, observeWindowOffset, observeWindowRect } from '@tanstack/virtual-core';
export * from '@tanstack/virtual-core';

@@ -4,0 +4,0 @@

{
"name": "@tanstack/angular-virtual",
"version": "3.13.2",
"version": "3.13.3",
"description": "Headless UI for virtualizing scrollable elements in Angular",

@@ -44,3 +44,3 @@ "author": "Garrett Darnell",

"tslib": "^2.8.1",
"@tanstack/virtual-core": "3.13.2"
"@tanstack/virtual-core": "3.13.3"
},

@@ -56,3 +56,8 @@ "devDependencies": {

"sideEffects": false,
"scripts": {}
"scripts": {
"clean": "premove ./build",
"test:types": "tsc --noEmit",
"test:eslint": "eslint ./src",
"build": "ng-packagr -p ng-package.json -c tsconfig.build.json"
}
}