twitter-rss-server
Advanced tools
+11
-1
| #!/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" | ||
| } | ||
| } |
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
4956
5.97%56
12%