New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-node-twitter

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-twitter - npm Package Compare versions

Comparing version

to
0.1.4

6

package.json
{
"name" : "node-red-node-twitter",
"version" : "0.1.3",
"version" : "0.1.4",
"description" : "A Node-RED node to talk to Twitter",
"dependencies" : {
"twitter-ng": "0.6.2",
"oauth" : "0.9.13",
"request" : "2.57.0"
"oauth" : "0.9.14",
"request" : "2.67.0"
},

@@ -10,0 +10,0 @@ "repository" : {

@@ -40,3 +40,3 @@ node-red-node-twitter

Sets **msg.tweet** to the full tweet object as documented by <a href="https://dev.twitter.com/docs/platform-objects/tweets">Twitter</a>.
Sets **msg.tweet** to the full tweet object as documented by <a href="https://dev.twitter.com/overview/api/tweets">Twitter</a>.

@@ -43,0 +43,0 @@ **Note:** when set to a specific user's tweets, or your direct messages, the node is subject to

Sorry, the diff of this file is not supported yet