
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@iapps/ng-dhis2-ui
Advanced tools
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
npm install @iapps/ng-dhis2-ui
This library wraps most of react based DHIS2 libraries. Following packages should be installed
For HTTP request, the library has used NgxDhis2HttpClient. Please follow the instructions on how to install and configure
NOTE: Under the hood the library uses react library, hence you will need to modify some your tsconfig.json
under compilerOptions with the following
........
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"jsx": "react",
"esModuleInterop": true,
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@iapps/ng-dhis2-ui": ["ng-dhis2-ui/src/index.ts"]
}
},
......
If you want to collaborate to the codebase, to run the codebase locally;
git clone https://github.com/udsm-dhis2-lab/ng-dhis2-ui.git
npm install
or yarn install
NOTE: Sometimes npm installation may failed due to mismatch in resolving package version dependencies. If you are using npm then run npm install --legacy-peer-deps
to ensure all packages regardless of unmatched dependencies are getting installed. This may however break the code if the packages dependencies are incompatible
You will be required to set up a proxy config file named proxy-config.json
. You can simply copy proxy-config.example.json
and modify your access credentials to DHIS2 instances to run the demo application.
To run the demo app, in order to view and test the components nx serve demo
npm run build:dhis2-ui
npm run pack:dhis2-ui
npm run publish:dhis2-ui
. But you will be required to have access to @iapps
npm namespace and have already logged in under your terminal. Run npm login
to login with your terminalFAQs
An angular wrapper library that provide access to the react based DHIS2 UI components in angular applications running in DHIS2 platform
The npm package @iapps/ng-dhis2-ui receives a total of 88 weekly downloads. As such, @iapps/ng-dhis2-ui popularity was classified as not popular.
We found that @iapps/ng-dhis2-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.