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.
@coinpaprika/widget-currency
Advanced tools
A widget showing cryptocurrency stats that you can easily embed in your website.
example:
<div
class="coinpaprika-currency-widget"
data-primary-currency="USD"
data-currency="btc-bitcoin"
data-modules='["chart", "market_details"]'
data-update-active="false"
data-update-timeout="30s"
></div>
example:
<div class="coinpaprika-currency-widget"></div>
<script
src="./src/widget.js"
data-cp-currency-widget='{
"language": "pl",
"primary-currency": "ETH",
"origin-src": "."
}'
></script>
currency - Currency ID that you can get from API ex. 'btc-bitcoin'
default: 'btc-bitcoin'
primary-currency - the currency to which the values will be converted possible options 'USD', 'PLN', 'BTC' and 'ETH'
default: 'USD'
modules - 'market_details' and 'chart' (you can combine all modules)
default: ['market_details', 'chart']
range - initial chart range '24h', '7d', '30d', '1q', '1y', 'ytd', 'all'
default: '7d'
update-active - bool value is live data updates active
default: false
update-timeout - Update interval '30s', '1m', '5m', '10m', '30m'
default: '30s'
language - text translation from files in dist/lang/
default: 'en'
origin-src - custom link to /dist
directory
default: 'https://unpkg.com/@coinpaprika/widget-currency/dist'
style-src - custom link to css file, if you don't want to fetch styles from js set as false
default: null
img-src - custom link to img folder
default: null
lang-src - custom link to lang folder
default: null
Enable styling for dark backgrounds by adding cp-widget__night-mode
class to widget element
<div class="coinpaprika-currency-widget cp-widget__night-mode"></div>
<div
class="coinpaprika-currency-widget"
data-primary-currency="USD"
data-currency="btc-bitcoin"
data-update-active="false"
data-update-timeout="30s"
></div>
<script src="https://unpkg.com/@coinpaprika/widget-currency/dist/widget.min.js"></script>
npm i @coinpaprika/widget-currency --save
Then add this to your HTML, replacing data parameters
<div class="coinpaprika-currency-widget"></div>
<script
src="../node_modules/@coinpaprika/widget-currency/dist/widget.min.js"
data-cp-currency-widget='{
"origin-src": "../node_modules/@coinpaprika/widget-currency"
}'
></script>
<div class="coinpaprika-currency-widget"></div>
<div
class="coinpaprika-currency-widget"
data-currency="xrp-xrp"
data-update-active="true"
></div>
<script src="https://unpkg.com/@coinpaprika/widget-currency/dist/widget.min.js"></script>
FAQs
A widget showing cryptocurrency stats that you can easily embed in your website.
The npm package @coinpaprika/widget-currency receives a total of 468 weekly downloads. As such, @coinpaprika/widget-currency popularity was classified as not popular.
We found that @coinpaprika/widget-currency demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.