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

@datagrok-libraries/statistics

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datagrok-libraries/statistics - npm Package Compare versions

Comparing version 1.2.11 to 1.2.12

6

CHANGELOG.md
# statistics changelog
## 1.2.12 (2024-03-14)
### Features
* [#2105](https://github.com/datagrok-ai/public/issues/2105): Added outlier color property.
## 1.2.11 (2023-11-17)

@@ -4,0 +10,0 @@

12

package.json

@@ -7,9 +7,9 @@ {

"friendlyName": "statistics",
"version": "1.2.11",
"description": "",
"version": "1.2.12",
"description": "Statistics utilities",
"dependencies": {
"datagrok-api": "^1.17.0",
"@datagrok-libraries/utils": "^4.1.0",
"cash-dom": "latest",
"jstat": "latest",
"datagrok-api": "^1.18.0",
"@datagrok-libraries/utils": "^4.1.45",
"cash-dom": "^8.0.0",
"jstat": "^1.9.6",
"dayjs": "^1.11.7"

@@ -16,0 +16,0 @@ },

@@ -80,2 +80,3 @@ import * as DG from 'datagrok-api/dg';

color?: string;
outlierColor?: string;
marker?: FitMarkerType;

@@ -134,2 +135,3 @@ size?: number;

confidenceIntervalColor?: string;
outlierColor?: string;
showFitLine?: boolean;

@@ -136,0 +138,0 @@ showPoints?: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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