
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This package contains Angular Components that integrate with [SigPlot][sigplot] by way of [sigplot-ts][sigplot-ts].
This package contains Angular Components that integrate with SigPlot by way of sigplot-ts.
To install this library, run:
$ npm install sigplot-ng --save
In an Angular module where you would like to use the components, import the module:
// Import the library
import { SigPlotComponentsModule } from 'sigplot-ng';
@NgModule({
imports: [
// ...other imports
SigPlotComponentsModule
],
})
export class YourModule {}
You will then have access to the components, directives, etc. defined in this module.
The current list of components is described in the following table.
| Name | Selector | Description |
|---|---|---|
| LineComponent | sigplot-line | A 1D line plot suitable for signals, FFTs, etc. |
| RasterComponent | sigplot-raster | A 2D (falling) raster plot (a.k.a., waterfall) |
Each of these components inherits from the BaseSigPlot Component, which provides basic data ingress and X-Axis controls as well as the instantiation of the associated plot controller class from sigplot-ts.
Please see the associated documentation (in docs) for more details on usage and parameterization.
FAQs
This package contains Angular Components that integrate with [SigPlot][sigplot] by way of [sigplot-ts][sigplot-ts].
The npm package sigplot-ng receives a total of 8 weekly downloads. As such, sigplot-ng popularity was classified as not popular.
We found that sigplot-ng demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.