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.21 to 0.0.22

2

package.json
{
"name": "tweespaces",
"description": "Lookup Twitter spaces by keyword",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",

@@ -6,0 +6,0 @@ "bin": {

@@ -17,3 +17,5 @@ require('dotenv').config();

const result = await response.json();
console.log(result.spaces)
const spinner = new Spinner(dim('Searching for spaces.....'));

@@ -23,3 +25,3 @@

const hasResult = result.meta.result_count !== 0 ? true : false;
const hasResult = result.spaces.meta.result_count !== 0 ? true : false;

@@ -39,3 +41,3 @@ spinner.stop(true);

const spaceInfo = result.data.map(({
const spaceInfo = result.spaces.data.map(({
participant_count,

@@ -54,3 +56,3 @@ scheduled_start,

const creatorInfo = result.includes.users.map(({
const creatorInfo = result.spaces.includes.users.map(({
name,

@@ -57,0 +59,0 @@ username,

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