
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@iapps/ngx-dhis2-org-unit-filter
Advanced tools
Organisation unit selection filter module for DHIS2 applications based on angular 6+
Organisation unit selection filter module for DHIS2 applications based on angular 6+
npm install @iapps/ngx-dhis2-org-unit-filter
If the module is to be imported in the app.module or any other feature module, then import as
import { NgxDhis2OrgUnitFilterModule } from '@iapps/ngx-dhis2-org-unit-filter';
then add this in the imports
imports: [
...
NgxDhis2OrgUnitFilterModule,
...
]
Once imported, orgunitfilter can be called in as
<ngx-dhis2-org-unit-filter
[orgUnitFilterConfig]="orgUnitFilterConfig"
[selectedOrgUnitItems]="selectedOrgUnitItems"
(orgUnitUpdate)="onOrgUnitUpdate($event, 'UPDATE')"
(orgUnitClose)="onOrgUnitUpdate($event, 'CLOSE')">
</ngx-dhis2-org-unit-filter>
Inputs
Input | Description |
---|---|
selectedOrgUnitItems | This is a list of selected organisation units, groups, or levels |
orgUnitFilterConfig | This when passed overrides default configuration for the organisation unit filter |
Input models
selectedOrgUnitItems
Item | Description |
---|---|
id | Organisation unit identifier |
name (optional) | Organisation unit name |
level (optional) | Level of organisation unit in the hierarchy eg. 1, 2 |
type (optional) | Type of organisation unit eg. USER_ORGANISATIONUNIT, ORGANISATION_LEVEL, ORGANISATIONUNIT_GROUP, ORGANISATIONUNIT |
orgUnitFilterConfig
Item | Description | Default value |
---|---|---|
singleSelection | Specify whether org unit selection is single or multiple | true |
reportUse (optional) | Tells whether org units should be used for reports or data entry | true |
minLevel (optional) | Specify minimum level for org units | none |
updateOnSelect (optional) | Specify whether to update on select or unselect or on button click | false |
closeOnDestroy (optional) | Call on closeOrgUnit Method when component get destroyed, if set true | true |
Outputs
Output | Description |
---|---|
orgUnitUpdate | This is emitted when UPDATE button is clicked |
orgUnitClose | This is emitted when CLOSE button is clicked |
Sample output
{
"dimension": "ou",
"items": [
{
"id": "PMa2VCrupOd",
"name": "Kambia",
"level": 2,
"type": "ORGANISATION_UNIT"
},
{
"id": "at6UHUQatSo",
"name": "Western Area",
"level": 2,
"type": "ORGANISATION_UNIT"
},
{
"id": "TEQlaapDQoK",
"name": "Port Loko",
"level": 2,
"type": "ORGANISATION_UNIT"
}
]
}
FAQs
Organisation unit selection filter module for DHIS2 applications based on angular 6+
We found that @iapps/ngx-dhis2-org-unit-filter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.