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

@the-convocation/twitter-scraper

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-convocation/twitter-scraper - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

dist/profile.d.ts

@@ -34,2 +34,3 @@ import { RequestApiResult } from './api';

url?: string;
can_dm?: boolean;
}

@@ -63,2 +64,3 @@ /**

website?: string;
canDm?: boolean;
}

@@ -65,0 +67,0 @@ export interface UserRaw {

@@ -33,2 +33,3 @@ "use strict";

isBlueVerified: isBlueVerified ?? false,
canDm: user.can_dm,
};

@@ -35,0 +36,0 @@ if (user.created_at != null) {

2

package.json

@@ -5,3 +5,3 @@ {

"keywords": ["x", "twitter", "scraper"],
"version": "0.8.2",
"version": "0.8.3",
"main": "dist/_module.js",

@@ -8,0 +8,0 @@ "repository": "https://github.com/the-convocation/twitter-scraper.git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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