
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@siemens/charts-ng
Advanced tools
The Element chart library for Angular based on ECharts. Going through the roof. Stoinks.
To use the Element Charts Angular components in your project, add them to your dependencies by executing:
npm install --save @siemens/charts-ng
You also have to install the peer dependencies of Element Charts.
npm install echarts --save
Import the library to your Angular AppModule
, mostly residing in your
src/app/app.modules.ts
file as follows:
// [...]
// Import this library
import { SiChartsNgModule } from '@siemens/charts-ng';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, SiChartsNgModule],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {}
Run npm run charts:test
to perform the unit tests via Karma.
You can set a seed for running the tests in a specific using an environment variable: SEED=71384 yarn lib:test
The following applies for code and documentation of the git repository, unless explicitly mentioned.
Copyright (c) Siemens 2016 - 2025
MIT, see LICENSE.md.
FAQs
Element Charts library.
The npm package @siemens/charts-ng receives a total of 706 weekly downloads. As such, @siemens/charts-ng popularity was classified as not popular.
We found that @siemens/charts-ng demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.