🚀 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.1
to
0.4.2
+6
-2
package.json
{
"name": "twitter-rss-server",
"version": "0.4.1",
"version": "0.4.2",
"description": "tiny server that hosts Twitter timelines as RSS feeds",

@@ -27,4 +27,8 @@ "bin": {

"prompt": "^0.2.14",
"rss-twitter": "0.0.2"
"//": [
"TODO(noffle): use mainline 'twitter-rss' once fixing PR is pulled in",
"(https://github.com/drei01/node-twitter-rss/pull/1)"
],
"twitter-rss": "https://github.com/noffle/node-twitter-rss"
}
}
module.exports = {
CONSUMER_KEY: '984q5oSkpytkcHuYuQrTTQTsE',
CONSUMER_SECRET: 'asWv1Qo9lLUTIxVYdYXMG7Qh9NquGCcJSGm4SwUgNDv8olnuYV',
ACCESS_TOKEN: '157503599-vl3jAmBA0NM55nud0NoF8WEVdwD9HVi6pUZVVDiL',
ACCESS_SECRET: 'iG9bdR5txusTkebiquLjQASEJRW8ptplaQlcPGP4g2XKP',
}