
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
tweet-html
Advanced tools
reparse tweets returned by twitter API to HTML
Install with npm:
$ npm install tweet-html
Parse tweet entities contained in tweet object returned by one of the Twitter API calls.
tweet
- tweet objectusername
-opts
- optional - at the moment only formatDate
is supported; if not provided created_at
dates are formated to display 3 hours ago or a year agoIn addition to usual suspects (user mentions, hashtags, urls) it also parses and embeds vine, instagram, youtube and vimeo links.
Given:
{
"id_str": "413684211087048704",
"created_at": "Thu Dec 19 14:56:16 +0000 2013",
"text": "Look for the East Byrneside boarder cross course this weekend! https://t.co/zbGXyOjmlr",
"entities": {
"urls": [
{
"url": "https://t.co/zbGXyOjmlr",
"expanded_url": "https://vine.co/v/h0UBzVLzA5O",
"display_url": "vine.co/v/h0UBzVLzA5O",
"indices": [
63,
86
]
}
]
}
}
Renders:
<a href="https://twitter.com/stratton/status/413684211087048704" target="_blank" class="date">
'3 days ago'
</a>
<div class="text">Look for the East Byrneside boarder cross course this weekend!</div>
<iframe src="https://vine.co/v/h0UBzVLzA5O/embed/simple" class="video vine"></iframe>
Check tests for more examples.
MIT
FAQs
reparse tweets returned by twitter API to HTML
The npm package tweet-html receives a total of 0 weekly downloads. As such, tweet-html popularity was classified as not popular.
We found that tweet-html 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.