Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rss-to-twitter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-to-twitter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

23

package.json
{
"name": "rss-to-twitter",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -13,3 +13,22 @@ "main": "src/index.js",

},
"keywords": [],
"keywords": [
"rss",
"twitter post with image",
"twitter",
"cron",
"timezone",
"publish",
"messages",
"bot",
"filter",
"twitter bot",
"fabiel-leon",
"template",
"html",
"handlebars",
"async",
"promises",
"node-fetch",
"fetch"
],
"author": "Fabiel Leon <fabiel.leon.oliva@gmail.com>",

@@ -16,0 +35,0 @@ "license": "ISC",

2

src/index.js

@@ -97,3 +97,3 @@ const { stream, feedparser } = require('rss-rewriter');

const filtered = filter ? await async.filter(items, filter) : items;
const procesed = preprocess ? await async.map(items, preprocess) : filtered;
const procesed = preprocess ? await async.map(filtered, preprocess) : filtered;

@@ -100,0 +100,0 @@ console.log('items', items.length, procesed.length);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc