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.
@ptkdev/webcomponent-patreon-box
Advanced tools
My Patreon Tier Box with avatars and link from rest/json api.
My Patreon Tier Box with avatars and link from rest/json api.
⛔ DISCLAIMER: This is an unofficial patreon library and offers no warranty! All trademarks and logos belong to their respective owners.
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!
See Demo here. Photos from ptkdev's patreon rest api:
api
with your endpoint):<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px"></patreon-box>
</body>
):<script src="https://cdn.jsdelivr.net/npm/@ptkdev/webcomponent-patreon-box@latest/dist/lib/en/patreon-box.min.js"></script>
You can replace en
in jsdelivr cdn with it
or pl
and load different languages or replace @latest
with specific version, example @2.0.1
.
See folder examples
, run with npm run example
. Below is available a description of options
values and all logger methods.
npm install @ptkdev/webcomponent-patreon-box --save
api
with your endpoint):<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px"></patreon-box>
require("@ptkdev/webcomponent-patreon-box");
or
import '@ptkdev/webcomponent-patreon-box';
See folder examples
, run with npm run example
. Below is available a description of options
values and all logger methods.
Appearance
--> Widget
--> insert HTML Widget
and paste html code (and replace api
with your endpoint):<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px"></patreon-box>
You can insert this html code in posts, widget, html box or theme. Where you want see patreon photos box.
npm install @ptkdev/webcomponent-patreon-box@latest --save
:src/App.js
on header:import '@ptkdev/webcomponent-patreon-box';
App.js
template (and replace api
with your endpoint):<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px"></patreon-box>
Below is available a description of options
values and all logger methods.
npm install @ptkdev/webcomponent-patreon-box@latest --save
:app/app.modules.ts
on header:import '@ptkdev/webcomponent-patreon-box';
api
with your endpoint):<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px"></patreon-box>
Below is available a description of options
values and all logger methods.
Parameter | Description | Values | Default value | Available since |
---|---|---|---|---|
api | REST Api url | URI / URL of endpoint | https://api.ptkdev.io/backers/ | v1.0.0 |
items-limit | Set the max number of pictures | number: from 0 to 100 | 100 | v1.0.0 |
grid | Set grid aspect ratio | 1x1 , 2x2 , 3x3 , etc... or responsive | responsive | v1.0.0 |
image-width | Set width of images (NOTE: grid different than responsive overwrite this value) | length units: 100% , 100px , 100pt | 100% | v1.0.0 |
image-height | Set height of images | length units: 100% , 100px , 100 | 100% | v1.0.0 |
border-spacing | Set spacing around images | length units: 5% , 5px , 5pt | 2px | v1.0.0 |
border-corners | Set border radius of corners: 0 : square / 15 : rounded / 100 : circle | number: from 0 to 100 | 5 | v1.0.0 |
force-square | Force square aspect ratio if you post photos with different size on your patreon | yes / no | yes | v1.0.0 |
cache | Enable/disable cache | enabled / disabled | enabled | v1.0.0 |
<patreon-box api="https://api.ptkdev.io/backers/" image-width="80px" image-height="80px" force-square="yes" items-limit="9" image-width="100%" image-height="100%" border-corners="5" border-spacing="2px" />
.tpl
suffix from config.js.tpl
file in configs
folder and fill it properly.npm install
npm run dev
Run npm run docs
Support this project by becoming a sponsor. 🙏 Become a sponsor on patreon or become top3 sponsor on ko-fi. Your logo will show up here with a link to your website.
Thank you to all our backers! 🙏 Become a backer on patreon.
I ❤️ contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk Rzucidło 💻 🌍 📖 🐛 | Emanuele Fricano 💻 🐛 | Dominik Lubański 🐛 |
💰 In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!
I love snake_case syntax sorry for this 😭 don't hate me.
FAQs
My Patreon Tier Box with avatars and link from rest/json api.
We found that @ptkdev/webcomponent-patreon-box demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.