@tanstack/table-core
Advanced tools
Comparing version 8.17.3 to 9.0.0-alpha.0
{ | ||
"name": "@tanstack/table-core", | ||
"version": "8.17.3", | ||
"version": "9.0.0-alpha.0", | ||
"description": "Headless UI for building powerful tables & datagrids for TS/JS.", | ||
@@ -25,11 +25,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" | ||
} | ||
}, | ||
@@ -43,15 +48,6 @@ "./package.json": "./package.json" | ||
"files": [ | ||
"build/lib/*", | ||
"build/umd/*", | ||
"dist/", | ||
"src" | ||
], | ||
"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": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250
Yes
1603433
18057
1
12
1