tweespaces
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tweespaces", | ||
"description": "Lookup Twitter spaces by keyword", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -10,2 +10,3 @@ const { dim, italic, bold, red } = require('chalk'); | ||
const SPACES_URL = 'https://api.twitter.com/2/spaces/search?query='; | ||
const BEARER = 'AAAAAAAAAAAAAAAAAAAAAFoATAEAAAAA05wlsi8xbMc%2FVmStXJd9%2BZw8JX4%3DBWtsD0e0X10t7HkzH34LqszKk3cf8gn4iFMSZwOV6E816cRN1K' | ||
@@ -29,3 +30,3 @@ module.exports = async ({ | ||
headers: { | ||
'Authorization': 'Bearer ' + process.env.BEARER, | ||
'Authorization': 'Bearer ' + BEARER, | ||
'Content-Type': 'application/json' | ||
@@ -32,0 +33,0 @@ }, |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
7132
188
1