node-red-contrib-twitter
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "node-red-contrib-twitter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "NodeRED nodes to wrap the v1.1 of the Twitter API", | ||
@@ -23,2 +23,3 @@ "main": "index.js", | ||
"twitter-search": "twitter-search.js", | ||
"twitter-favorite": "twitter-favorite.js", | ||
"twitter-client": "twitter-client.js" | ||
@@ -25,0 +26,0 @@ } |
@@ -11,3 +11,3 @@ var Twitter = require('twitter'); | ||
access_token_key: creds.access_token_key, | ||
access_token_secret: creds.access_token_secret, | ||
access_token_secret: creds.access_token_secret | ||
}); | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13480
10
84