Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@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.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.