
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Express server which takes existing RSS feeds, applies transformations then re-hosts them.
node app.js
inside conf/ rename default.example.js to default.js
key | description |
---|---|
port | port to run the server on. defaults to 80 |
base | route to host feeds on. defaults to root / |
feeds | array of hosted feeds |
Feed:
key | description |
---|---|
url | url to host the feed on |
source | source of the rss feed to transform |
filters | array of filters |
Filter:
key | description |
---|---|
key | key on the rss feed items to apply the regex to |
regex | regex to run on the specified key |
unescape | set to true if the regex matches need to be unescaped before applying transformations |
multi | can there be multiple regex matches per feed item |
replace | transformation functions to be called on each matched item. should return the new value. can be applied to link or value Function has two parameters: match - regex match, item - corresponding item from rss feed |
FAQs
server which hosts a filtered version of existing rss feeds
The npm package rss2rss receives a total of 0 weekly downloads. As such, rss2rss popularity was classified as not popular.
We found that rss2rss 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
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.