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 0.1.11 to 0.1.12

4

27-twitter.js

@@ -401,4 +401,4 @@

if (msg.payload.length > 140) {
msg.payload = msg.payload.slice(0,139);
if (msg.payload.length > 280) {
msg.payload = msg.payload.slice(0,279);
node.warn(RED._("twitter.errors.truncated"));

@@ -405,0 +405,0 @@ }

{
"name" : "node-red-node-twitter",
"version" : "0.1.11",
"version" : "0.1.12",
"description" : "A Node-RED node to talk to Twitter",

@@ -5,0 +5,0 @@ "dependencies" : {

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