
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@openmrs/esm-devtools
Advanced tools
An in-browser javascript module that helps developers view and configure OpenMRS frontend
After cloning or downloading this repo to your computer:
Install modules by running:
npm install
Run:
npm start -- --port <PORT>
In order to contribute to openmrs-esm-devtools without installing a local instance of OpenMRS, there's need to replace the url of openmrs-esm-devtools in the import map of the remote OpenMRS instance, to the one running locally on your computer. This can be achieved using importMapOverrides.
However, the setup depends on whether or not the remote OpenMRS instance is running behind HTTPS:
Remote OpenMRS instance running with just HTTP
For this development workflow, after running npm install
and npm start -- --port <PORT>
, simply open the OpenMRS Single SPA default page on your browser, then open the console and key in:
importMapOverrides.addOverride('@openmrs/devtools','https://localhost:<PORT>/devtools.js');
Remote OpenMRS instance running behind HTTPS
For this setup, it is required to add a browser exception to allow invalid certificates for resources loaded from localhost. For Chrome browsers, make sure to enable the flag chrome://flags/#allow-insecure-localhost
. For Firefox, open the url https://localhost:<PORT>
and add an exception for the certificate.
And finally use the new alias:
npm run start-https -- --port <PORT>
FAQs
Dev tools for frontend devs using OpenMRSS
The npm package @openmrs/esm-devtools receives a total of 10 weekly downloads. As such, @openmrs/esm-devtools popularity was classified as not popular.
We found that @openmrs/esm-devtools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.