
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.
ngx-dhis2-http-client
Advanced tools
DHIS2 Http Client is angular 6 library that exposes services for fetching, posting, updating and deleting dhis2 resources
DHIS2 Http Client is angular 6 library that exposes services for fetching, posting, updating and deleting dhis2 resources
npm install ngx-dhis2-http-client
ngx-dhis2-http-client exposes two services .i.e NgxHttpClientService and ManifestService
NgxHttpClientService: This service exposes all REST-API methods .i.e. GET, POST, PUT, DELETE
GET: get(url: string, preferPreviousApiVersion: boolean = false, useRootUrl: boolean = false)
POST: post(url: string, data: any, preferPreviousApiVersion: boolean = false, useRootUrl: boolean = false)
PUT: put(url: string, data: any, preferPreviousApiVersion: boolean = false, useRootUrl: boolean = false)
DELETE delete(url: string, preferPreviousApiVersion: boolean = false, useRootUrl: boolean = false)
ManifestService: This service exposes manifest two methods getManifest and getRootUrl
{
name: string;
version: number | string;
description: string;
launch_path: string;
icons: {
16: string;
48: string;
128: string;
};
developer: {
name: string;
url: string;
};
default_locale: string;
activities: {
dhis: {
href: string;
};
};
}
../../../
if manifest file could not be loaded or href is not specifiedInject NgxHttpClientService or ManifestService any where in constructor in your angular application eg
import { NgxDhis2HttpClientService } from 'ngx-dhis2-http-client';
...
constructor(private http: NgxDhis2HttpClientService) {
}
...
NOTE: This library uses HttpClientModule from angular, make sure to import it in your app.module or any module you wish to use this library
FAQs
DHIS2 Http Client is angular 6 library that exposes services for fetching, posting, updating and deleting dhis2 resources
We found that ngx-dhis2-http-client 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.
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.