@fullstax/kaplan-meier-estimator
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@fullstax/kaplan-meier-estimator", | ||
"description": "Kaplan-Meier-Estimator also known as the product limit estimator.", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"author": "fullstax Gmbh & Co. KG <dev@fullstax.de>", | ||
@@ -18,5 +18,5 @@ "contributors": [ | ||
"type": "module", | ||
"module": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"main": "lib/kaplan-meier-estimator.cjs.js", | ||
"main": "lib/kaplan-meier-estimator.cjs", | ||
"browser": "lib/kaplan-meier-estimator.umd.js", | ||
@@ -56,9 +56,9 @@ "files": [ | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@types/jest": "^27.4.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/lodash": "^4.14.182", | ||
"@types/papaparse": "^5.3.2", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"eslint": "^8.13.0", | ||
"jest": "^27.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.24.0", | ||
"@typescript-eslint/parser": "^5.24.0", | ||
"eslint": "^8.15.0", | ||
"jest": "^28.1.0", | ||
"kaplan-meier": "^1.1.0", | ||
@@ -70,8 +70,8 @@ "lodash": "^4.17.21", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.70.2", | ||
"rollup": "^2.73.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"ts-jest": "^27.1.4", | ||
"ts-jest": "^28.0.2", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -78,0 +78,0 @@ "dependencies": {}, |
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
20723
1