+4
-2
@@ -135,3 +135,4 @@ 'use strict' | ||
| debug('preparing syn pkg...') | ||
| var tweet = util.format(synTmpl, remote, Date.now()) | ||
| var uniqueness = base64Emoji.encode(Date.now().toString()).toString() | ||
| var tweet = util.format(synTmpl, remote, uniqueness) | ||
| sendTweet(tweet, function (err, id) { | ||
@@ -145,3 +146,4 @@ if (err) return rs.destroy(err) | ||
| debug('preparing syn-ack pkg...') | ||
| var tweet = util.format(synAckTmpl, remote, Date.now()) | ||
| var uniqueness = base64Emoji.encode(Date.now().toString()).toString() | ||
| var tweet = util.format(synAckTmpl, remote, uniqueness) | ||
| sendTweet(tweet, { in_reply_to_user_id_str: lastTweetId }, function (err, id) { | ||
@@ -148,0 +150,0 @@ if (err) return rs.destroy(err) |
+1
-1
| { | ||
| "name": "tweetcat", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "p2p pipe across the internet using Twitter as a transport stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
10696
1.4%208
0.97%