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

twitterraffle

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitterraffle - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

index.js

@@ -107,3 +107,4 @@ #!/usr/bin/env node

function getUsers(tweets) {
console.log("No tweets found.");
if (tweets.length === 0)
console.log("No tweets found.");
return tweets.map(t => t.user.id_str).filter((userId, index, self) => self.indexOf(userId) === index);

@@ -110,0 +111,0 @@ }

{
"name": "twitterraffle",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tool that allows you to run a raffle on twitter, asking the user who won to follow another user.",

@@ -5,0 +5,0 @@ "main": "index.js",

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