@sgratzl/boxplots
Advanced tools
Comparing version 1.3.4 to 2.0.0
{ | ||
"name": "@sgratzl/boxplots", | ||
"description": "simple boxplot stats helper", | ||
"version": "1.3.4", | ||
"version": "2.0.0", | ||
"publishConfig": { | ||
@@ -29,4 +29,5 @@ "access": "public" | ||
"global": "BoxPlots", | ||
"type": "module", | ||
"main": "build/index.js", | ||
"module": "build/index.js", | ||
"main": "build/index.cjs", | ||
"require": "build/index.cjs", | ||
@@ -51,3 +52,3 @@ "umd": "build/index.umd.js", | ||
"@babel/preset-env": "^7.26.0", | ||
"@eslint/js": "~9.14.0", | ||
"@eslint/js": "~9.15.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -54,0 +55,0 @@ "@rollup/plugin-commonjs": "^28.0.1", |
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
84473
Yes