Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sgratzl/boxplots

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgratzl/boxplots - npm Package Compare versions

Comparing version 1.3.4 to 2.0.0

7

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

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