Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-twitter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.3 to 1.0.4

twitter-favorite.html

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc