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.0.4 to 3.1.0

dist/cjs/index.cjs

58

package.json
{
"name": "@tanstack/vue-virtual",
"version": "3.1.0",
"description": "Headless UI for virtualizing scrollable elements in Vue",
"author": "Tanner Linsley",
"version": "3.0.4",
"description": "Headless UI for virtualizing scrollable elements in Vue",
"license": "MIT",
"homepage": "https://github.com/tanstack/virtual#readme",
"repository": {

@@ -12,14 +11,6 @@ "type": "git",

},
"homepage": "https://github.com/tanstack/virtual#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"vue",
"solid",
"svelte",
"virtual",
"virtual-core",
"datagrid"
],
"funding": {

@@ -29,10 +20,16 @@ "type": "github",

},
"types": "build/lib/index.d.ts",
"main": "build/lib/index.js",
"module": "build/lib/index.esm.js",
"type": "module",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},

@@ -42,16 +39,31 @@ "./package.json": "./package.json"

"sideEffects": false,
"keywords": [
"react",
"vue",
"solid",
"svelte",
"virtual",
"virtual-core",
"datagrid"
],
"files": [
"build/lib/*",
"build/umd/*",
"dist",
"src"
],
"dependencies": {
"@tanstack/virtual-core": "3.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vue": "^3.2.45"
},
"dependencies": {
"@tanstack/virtual-core": "3.0.0"
},
"peerDependencies": {
"vue": "^2.7.0 || ^3.0.0"
},
"scripts": {
"clean": "rimraf ./dist && rimraf ./coverage",
"test:types": "tsc",
"test:build": "publint --strict",
"build": "vite build"
}
}
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