jspreadsheet-ce
Advanced tools
Comparing version 4.12.1 to 4.13.1
{ | ||
"name": "jspreadsheet-ce", | ||
"title": "The Javascript Spreadsheet", | ||
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.", | ||
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive data grids with spreadsheet like controls compatible with Excel, Google Spreadsheets and any other spreadsheet software.", | ||
"repository": { | ||
@@ -21,19 +21,28 @@ "type": "git", | ||
"grid", | ||
"javascript grid", | ||
"grid-editor", | ||
"data-table", | ||
"data-grid", | ||
"data-spreadsheet" | ||
"data tables", | ||
"data grid", | ||
"spreadsheet" | ||
], | ||
"dependencies": { | ||
"jsuites": "^5.0.8", | ||
"@jspreadsheet/formula": "^2.0.1" | ||
"jsuites": "^5.0.17", | ||
"@jspreadsheet/formula": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"c8": "^7.13.0", | ||
"chai": "^4.3.7", | ||
"faker": "^5.5.3", | ||
"mocha": "^8.4.0" | ||
"imports-loader": "^4.0.1", | ||
"jsdom": "^20.0.3", | ||
"jsdom-global": "^3.0.2", | ||
"mocha": "^8.4.0", | ||
"webpack": "^5.70.0", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.7.2", | ||
"webpack-sources": "^3.2.3" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"version": "4.12.1", | ||
"version": "4.13.1", | ||
"bugs": "https://github.com/jspreadsheet/ce/issues", | ||
@@ -43,4 +52,8 @@ "homepage": "https://github.com/jspreadsheet/ce", | ||
"scripts": { | ||
"test": "mocha --exit tests/**/*.test.js" | ||
"test": "mocha --recursive --require=mocha.config.cjs", | ||
"test:watch": "mocha --recursive --watch --parallel --reporter min", | ||
"test:coverage": "c8 mocha --recursive", | ||
"build": "npx webpack --config webpack.config.cjs", | ||
"start": "npx webpack serve --history-api-fallback" | ||
} | ||
} |
@@ -5,4 +5,2 @@ # Jspreadsheet CE v4: The JavaScript spreadsheet | ||
- <b>Important</b>: Please import jspreadsheet.css (jexcel.css is not longer available in this package). | ||
<br> | ||
@@ -103,4 +101,8 @@ | ||
See [development](development.md) | ||
### Build your package | ||
% npm run build | ||
### Start a web service | ||
% npm run start | ||
<br> | ||
@@ -171,2 +173,7 @@ | ||
### Jspreadsheet CE 4.13.0 | ||
- FormulaJS integration | ||
- Webpack integration | ||
### Jspreadsheet CE 4.6 | ||
@@ -173,0 +180,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
686161
12532
674
11
3
Updated@jspreadsheet/formula@^2.0.2
Updatedjsuites@^5.0.17