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.
feedutils gems - web feed parser and normalizer (RSS 2.0, Atom, etc.)
Feed • Item
Feed
Structclass Feed
attr_accessor :format # e.g. atom|rss 2.0|etc.
attr_accessor :title
attr_accessor :title_type # e.g. text|html|html-escaped (optional) -use - why?? why not??
attr_accessor :url
attr_accessor :items
attr_accessor :summary # e.g. description (rss)
attr_accessor :summary_type # e.g. text|html|html-escaped
attr_accessor :title2 # e.g. subtitle (atom)
attr_accessor :title2_type # e.g. text|html|html-escaped
attr_accessor :published
attr_accessor :updated
attr_accessor :built
attr_accessor :generator
attr_accessor :generator_version # e.g. @version (atom)
attr_accessor :generator_uri # e.g. @uri (atom) - use alias url/link ???
end
Item
Structclass Item
attr_accessor :title
attr_accessor :title_type # optional for now (text|html|html-escaped) - not yet set
attr_accessor :url # todo: rename to link (use alias) ??
attr_accessor :content
attr_accessor :content_type # optional for now (text|html|html-escaped|binary-base64) - not yet set
attr_accessor :summary
attr_accessor :summary_type # optional for now (text|html|html-escaped) - not yet set
attr_accessor :published
attr_accessor :updated
attr_accessor :guid # todo: rename to id (use alias) ??
end
require 'open-uri'
require 'feedutils'
xml = open( 'http://openfootball.github.io/atom.xml' ).read
feed = FeedUtils::Parser.parse( xml )
pp feed
syndication
(Source) - by Mathew (aka lpar); RSS 1.0, 2.0, Atom, and understands namespaces; optional support for Dublin Core, iTunes/podcast feeds, and RSS 1.0 Syndication and Content modulessimple-rss
feedtools
TBD
The feedutils
scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.
FAQs
Unknown package
We found that feedutils 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.