🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

twitter-rss-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-rss-server - npm Package Compare versions

Comparing version
0.4.3
to
0.5.0
+11
-1
bin/cmd.js
#!/usr/bin/env node
var http = require('http')
var path = require('path')
var prompt = require('prompt')

@@ -16,3 +17,2 @@ var rssTwitter = require('rss-twitter')

promptForKeys(startServer)

@@ -65,1 +65,11 @@ function startServer () {

}
// Rewrite the path to use the global .config namespace.
conf.path = conf.path.replace(
path.join('configstore', 'twitter-rss-server.json'),
'twitter-rss-server/config.json')
// Prompt the user for keys if necessary, then start the server.
promptForKeys(startServer)
+2
-2
{
"name": "twitter-rss-server",
"version": "0.4.3",
"version": "0.5.0",
"description": "tiny server that hosts Twitter timelines as RSS feeds",

@@ -31,4 +31,4 @@ "bin": {

],
"twitter-rss": "https://github.com/noffle/node-twitter-rss"
"rss-twitter": "https://github.com/noffle/node-twitter-rss"
}
}