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

@sgratzl/chartjs-chart-boxplot

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sgratzl/chartjs-chart-boxplot - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

build/index.d.ts

@@ -5,3 +5,3 @@ /**

*
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com>
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com>
*/

@@ -124,2 +124,3 @@

declare class BoxPlotController extends StatsBase<IBoxPlot, Required<IBoxplotOptions>> {
static readonly id = "boxplot";
}

@@ -148,2 +149,3 @@ interface BoxPlotControllerDatasetOptions extends ControllerDatasetOptions, IBoxplotOptions, ScriptableAndArrayOptions<IBoxAndWhiskersOptions, ScriptableContext<'boxplot'>>, ScriptableAndArrayOptions<CommonHoverOptions, ScriptableContext<'boxplot'>>, AnimationOptions<'boxplot'> {

declare class ViolinController extends StatsBase<IViolin, Required<IViolinOptions>> {
static readonly id = "violin";
}

@@ -150,0 +152,0 @@ type ViolinDataPoint = number[] | (Partial<IViolin> & Pick<IViolin, 'median' | 'coords'>);

@@ -5,3 +5,3 @@ /**

*
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com>
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com>
*/

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ /**

*
* Copyright (c) 2019-2022 Samuel Gratzl <sam@sgratzl.com>
* Copyright (c) 2019-2023 Samuel Gratzl <sam@sgratzl.com>
*/

@@ -8,0 +8,0 @@

{
"name": "@sgratzl/chartjs-chart-boxplot",
"description": "Chart.js module for charting boxplots and violin charts",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -43,5 +43,2 @@ import {

/**
* @internal
*/
static readonly id = 'boxplot';

@@ -48,0 +45,0 @@

@@ -46,5 +46,2 @@ import {

/**
* @internal
*/
static readonly id = 'violin';

@@ -51,0 +48,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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