Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
bd2-ngx-hboxplot
Advanced tools
Bd2NgxHboxplot
Horizontal Box Plot (Whisker Plot) generated using D3 library. The items are stacked vertically so that the plot can grow downwards for the large data sets.
The box/whisker properties (median, quartile) are calculated automatically based on the provided data.
Interactive demo
npm install bd2-ngx-hboxplot --save
@NgModule({
...
imports: [
...
BD2NgxHBoxplotModule
],
bootstrap: [AppComponent]
})
export class AppModule { }
<bd2-ngx-hbox-plot
[data]="data" [labels]="labels" [sorted]="sorted">
</bd2-ngx-polar-plot>
data: number[][]
series of data to represents box plots.
For example:data = [
[20, 21, 23, 24, 25],
[18, 18.5, 25.5, 25, 26, 22.8, 25.8, 26, 25.1, 26.8],
[30],
[20, 20.5, 20.6],
[28, 29.7, 28.5],
[21.5, 29.7, 28.4, 29.5, 24, 24.1, 25.9, 24.7, 23.7, 24.3, 23.4, 24.5, 22.5, 23.7, 23.9, 23.5],
[]
];
domain: [start, end]
values range to be used on x axis.
optional palette: string[]
, optional, collors to be used with the data
optional labels: string[]
, labels of the data, will be rendered on the left y axis
optional labelsOn: 'always' | 'trigger' | 'null'
, if trigger labels text are rendered when hoovered over the label's bar
optional lookAndFeel
, some rendering parameters, check the code for options
optional removed: number[]
, indexes of the data groups that should be removed from plot. The removed groups are being rendered just hidden so the labels, colors are preserved and bringing them back/removing does not triggers transitions in the not removed petals
This project was generated with Angular CLI version 8.3.20.
FAQs
Bd2NgxHboxplot
We found that bd2-ngx-hboxplot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.