Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
browserslist-config-openmrs
Advanced tools
The browserslist supported by OpenMRS. this is used by tools like @babel/preset-env and autoprefixer to ensure that our frontend code at OpenMRS is compiled to work in the browsers we support.
@babel/preset-env
and/or autoprefixer
in order for your code's compilation to target the correct browsers.browserslist
that is found inside of any project's
package-lock.json. The version there is usually determined by the version of @babel/preset-env
or autoprefixer
that you have installed.npm install --save-dev browserslist-config-openmrs
In your package.json, create a "browserslist"
property that extends the openmrs config. Read here for more details.
{
"browserslist": ["extends browserslist-config-openmrs"]
}
In your .babelrc, add 'babel-preset-env'. You do not need to add any config options to it in here because babel-preset-env uses browserslist which already looks at your package.json's "browserslist" config by default.
{
presets: ["@babel/preset-env"];
}
FAQs
The browserslist for openmrs code
The npm package browserslist-config-openmrs receives a total of 1,614 weekly downloads. As such, browserslist-config-openmrs popularity was classified as popular.
We found that browserslist-config-openmrs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.