Socket
Socket
Sign inDemoInstall

@tanstack/react-table

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-table - npm Package Compare versions

Comparing version 8.17.3 to 9.0.0-alpha.0

dist/cjs/index.cjs

37

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

@@ -23,11 +23,16 @@ "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/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"
}
},

@@ -41,11 +46,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": {
"@types/react": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.3.0"

@@ -57,11 +62,3 @@ },

},
"scripts": {
"clean": "rimraf ./build",
"test:lib": "vitest",
"test:lib:dev": "pnpm test:lib --watch",
"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