New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fullstax/kaplan-meier-estimator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstax/kaplan-meier-estimator - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

lib/index.mjs

22

package.json
{
"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": {},

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