New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@freetube/yt-comment-scraper

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freetube/yt-comment-scraper - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

package.json
{
"name": "@freetube/yt-comment-scraper",
"version": "5.2.0",
"version": "5.2.1",
"description": "Scrapes the comments of any YouTube video without YouTube API access. Uses the default YouTube Ajax calls to get the comment data.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -76,2 +76,4 @@ # YouTube Comment Scraper NodeJS Documentation

isPinned: Boolean, // If the video channel pinned the comment
isVerified: Boolean,
isOfficialArtist: Boolean,
hasOwnerReplied: Boolean, // If the video channel replied to the comment

@@ -124,2 +126,4 @@ replyToken: String // The continuation token needed for getCommentReplies()

isPinned: false,
isVerified: Boolean,
isOfficialArtist: Boolean,
hasOwnerReplied: false,

@@ -126,0 +130,0 @@ replyToken: null

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