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

twitter-api-v2

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-api-v2 - npm Package Compare versions

Comparing version 1.18.0 to 1.18.1

4

changelog.md

@@ -0,1 +1,5 @@

1.18.1
------
- feat: add most_recent_tweet_id field #545 (@RenKoya1)
1.18.0

@@ -2,0 +6,0 @@ ------

2

dist/cjs/types/v2/tweet.v2.types.d.ts

@@ -39,3 +39,3 @@ /// <reference types="node" />

export declare type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id' | 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang' | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls' | 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' | 'note_tweet';
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status';
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status' | 'most_recent_tweet_id';
export interface Tweetv2FieldsParams {

@@ -42,0 +42,0 @@ expansions: TypeOrArrayOf<TTweetv2Expansion> | string;

@@ -76,3 +76,3 @@ import type { CashtagEntity, HashtagEntity, MentionEntity, UrlEntity } from '../entities.types';

verified?: boolean;
verified_type?: "none" | "blue" | "business" | "government";
verified_type?: 'none' | 'blue' | 'business' | 'government';
entities?: {

@@ -99,2 +99,3 @@ url?: {

connection_status?: string[];
most_recent_tweet_id?: string;
}

@@ -39,3 +39,3 @@ /// <reference types="node" />

export declare type TTweetv2TweetField = 'attachments' | 'author_id' | 'context_annotations' | 'conversation_id' | 'created_at' | 'entities' | 'geo' | 'id' | 'in_reply_to_user_id' | 'lang' | 'public_metrics' | 'non_public_metrics' | 'promoted_metrics' | 'organic_metrics' | 'edit_controls' | 'possibly_sensitive' | 'referenced_tweets' | 'reply_settings' | 'source' | 'text' | 'withheld' | 'note_tweet';
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status';
export declare type TTweetv2UserField = 'created_at' | 'description' | 'entities' | 'id' | 'location' | 'name' | 'pinned_tweet_id' | 'profile_image_url' | 'protected' | 'public_metrics' | 'url' | 'username' | 'verified' | 'verified_type' | 'withheld' | 'connection_status' | 'most_recent_tweet_id';
export interface Tweetv2FieldsParams {

@@ -42,0 +42,0 @@ expansions: TypeOrArrayOf<TTweetv2Expansion> | string;

@@ -76,3 +76,3 @@ import type { CashtagEntity, HashtagEntity, MentionEntity, UrlEntity } from '../entities.types';

verified?: boolean;
verified_type?: "none" | "blue" | "business" | "government";
verified_type?: 'none' | 'blue' | 'business' | 'government';
entities?: {

@@ -99,2 +99,3 @@ url?: {

connection_status?: string[];
most_recent_tweet_id?: string;
}
{
"name": "twitter-api-v2",
"version": "1.18.0",
"version": "1.18.1",
"description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/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