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

ytsearcher

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ytsearcher - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/struct/YTSearch.js

@@ -123,3 +123,3 @@ 'use strict';

try{
res( await this.search(Object.assign({}, newOptions||this.options, {nextPageToken: this.nextPageToken})) );
res( await this.search(Object.assign({}, newOptions||this.options, {pageToken: this.nextPageToken})) );
}catch(err){

@@ -146,3 +146,3 @@ rej(err);

try{
res( await this.search(Object.assign({}, newOptions||this.options, {nextPageToken: this.prevPageToken})) );
res( await this.search(Object.assign({}, newOptions||this.options, {pageToken: this.prevPageToken})) );
}catch(err){

@@ -149,0 +149,0 @@ rej(err);

{
"name": "ytsearcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "A nodejs package that provides an easy-to-use promise-based system of getting youtube search results",

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

@@ -36,4 +36,9 @@ # YTSearcher

// A YTSearch has a built in page flipper.
result.nextPage();
result.prevPage();
The Search Query can be anything, including a youtube link itself.
Full docs are available here: [http://ytsearcher.willyz.cf](https://ytsearcher.willyz.cf)
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