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

@tanstack/vue-virtual

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/vue-virtual - npm Package Compare versions

Comparing version 3.8.6 to 3.9.0

1

dist/esm/index.d.ts
import { Virtualizer, PartialKeys, VirtualizerOptions } from '@tanstack/virtual-core';
import { Ref } from 'vue';
export * from '@tanstack/virtual-core';

@@ -5,0 +4,0 @@ type MaybeRef<T> = T | Ref<T>;

6

package.json
{
"name": "@tanstack/vue-virtual",
"version": "3.8.6",
"version": "3.9.0",
"description": "Headless UI for virtualizing scrollable elements in Vue",

@@ -52,7 +52,7 @@ "author": "Tanner Linsley",

"dependencies": {
"@tanstack/virtual-core": "3.8.6"
"@tanstack/virtual-core": "3.9.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"vue": "^3.4.35"
"vue": "^3.4.37"
},

@@ -59,0 +59,0 @@ "peerDependencies": {

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