
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
vue-rss-feed
Advanced tools
A simple component to embed beautiful RSS feeds with Vuejs
npm i vue-rss-feed
Import VueRssFeed in your component
import VueRssFeed from "../VueRssFeed.vue";
...
export default {
name: "Demo",
components: {
VueRssFeed
},
data() {
return {
feedUrl: "https://rss.app/feeds/hmsyAr3PyniBpmOd.xml",
name: "",
limit: 5,
};
},
};
Then use it in your template
<template>
<VueRssFeed :feedUrl="feedUrl" :name="name" :limit="limit"/>
</template>
name | type | default | description |
---|---|---|---|
feedUrl | String | RSS Feed URL | |
limit | Number | 5 | Number of items to render |
Name | String | Pass a name to replace feed title |
Due to CORS policy some RSS feeds can't be loaded in the browser. You can load RSS feeds from your own server to get around this.
MIT
FAQs
A simple component to embed beautiful RSS feeds with Vuejs
The npm package vue-rss-feed receives a total of 27 weekly downloads. As such, vue-rss-feed popularity was classified as not popular.
We found that vue-rss-feed 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.