
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
svelte-twitter-widgets
Advanced tools
Svelte wrapper for the official twitter widgets.
Use as a normal svelte component.
You can use all parameters for embedded tweets and embedded timelines as described in the twitter docs.
An example Svelte component embedding some Twitter stuff:
<!-- A single tweet -->
<Tweet href="https://twitter.com/sveltejs/status/803680146486128640" />
<!-- A profile timeline -->
<Timeline href="https://twitter.com/sveltejs" />
<!-- A collection, with a grid layout and a dark theme -->
<Timeline href="https://twitter.com/TwitterDev/timelines/539487832448843776" grid theme="dark" />
<!-- A list, with a black link color -->
<Timeline href="https://twitter.com/twitter/lists/official-twitter-accounts" linkColor="#000"/>
<script>
import { Tweet, Timeline } from 'svelte-twitter-widgets';
export default {
components: {
Tweet,
Timeline
}
}
</script>
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT
FAQs
Svelte components for the official twitter widgets.
The npm package svelte-twitter-widgets receives a total of 5 weekly downloads. As such, svelte-twitter-widgets popularity was classified as not popular.
We found that svelte-twitter-widgets 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.