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

@tanstack/svelte-table

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/svelte-table - npm Package Compare versions

Comparing version 8.17.3 to 9.0.0-alpha.0

dist/global.d.ts

31

package.json
{
"name": "@tanstack/svelte-table",
"version": "8.17.3",
"version": "9.0.0-alpha.0",
"description": "Headless UI for building powerful tables & datagrids for Svelte.",

@@ -23,11 +23,11 @@ "author": "Tanner Linsley",

],
"type": "commonjs",
"module": "build/lib/index.esm.js",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"svelte": "./dist/index.js",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},

@@ -40,10 +40,11 @@ "./package.json": "./package.json"

"files": [
"build/lib/*",
"build/umd/*",
"dist",
"src"
],
"dependencies": {
"@tanstack/table-core": "8.17.3"
"@tanstack/table-core": "9.0.0-alpha.0"
},
"devDependencies": {
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"svelte": "^3.59.2"

@@ -54,9 +55,3 @@ },

},
"scripts": {
"clean": "rimraf ./build",
"test:types": "tsc --noEmit",
"build": "pnpm build:rollup && pnpm build:types",
"build:rollup": "rollup --config rollup.config.mjs",
"build:types": "tsc --emitDeclarationOnly"
}
"scripts": {}
}
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