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

tweespaces

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweespaces - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

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

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