@libs-jd/xlsx-parse-table
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
const xlsxTableParser = require("./lib"); | ||
const xlsxTableParser = require("./src/lib"); | ||
module.exports = xlsxTableParser; |
{ | ||
"name": "@libs-jd/xlsx-parse-table", | ||
"description": "Modern Excel/XLSX parser and streaming capabilities", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/jeet-dhandha/xlsx-parse-table", | ||
@@ -26,2 +26,4 @@ "author": "Jeet Dhandha", | ||
"devDependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/preset-env": "^7.26.0", | ||
"@rollup/plugin-commonjs": "^28.0.1", | ||
@@ -33,2 +35,3 @@ "@rollup/plugin-json": "^6.1.0", | ||
"prettier": "^2.8.4", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
@@ -35,0 +38,0 @@ }, |
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
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
3449
10