Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
currency-flags
Advanced tools
This package outputs two CSS files (minified and unminified) with classes for currency codes. It also outputs a folder with the new SVG circular flags.
Major version bump: Note that v4 uses SVG flags from wise-atoms that are circular for some of the flags and the rest of the flags are the old rectangular ones that have been turned in to circles using CSS
1. Install
yarn add currency-flags
2. Add CSS to page
3. Use
<div class="currency-flag currency-flag-usd"></div>
The currency-flag
selector has a default display
of inline-block
, size of 24x24
and a background-size
of cover
.
currency-flag-sm
, currency-flag-lg
and currency-flag-xl
modifiers are available.
The source for some of the flags is wise-atoms.
The source images for the rest of the (rectangular) flags are available in src/old-flags/${currency_code}.png
. The rectangular flags are also available as static-assets from https://wise.com/public-resources/assets/flags/rectangle/{currency-code}.png
svg
files to wise-atomssrc/styles.css
for the new currency, referencing the new flag name.package.json
according to semver and add an item that a release will be based on to CHANGELOG.md
. yarn install
to ensure the correct version in the lockfile.package.json
.FAQs
Flags for currency codes.
The npm package currency-flags receives a total of 952 weekly downloads. As such, currency-flags popularity was classified as not popular.
We found that currency-flags demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.