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

better-youtube-api

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-youtube-api - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

out/index.js

@@ -144,3 +144,3 @@ "use strict";

const results = yield util_1.request.api('search', {
q: searchTerm,
q: encodeURIComponent(searchTerm),
maxResults,

@@ -147,0 +147,0 @@ key: this.token,

{
"name": "better-youtube-api",
"version": "0.3.4",
"version": "0.3.5",
"description": "A very easy to use promise-based Youtube Data v3 API.",

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

@@ -155,3 +155,3 @@ import { Video, Channel, Playlist, YTComment } from './entities'

const results = await request.api('search', {
q: searchTerm,
q: encodeURIComponent(searchTerm),
maxResults,

@@ -158,0 +158,0 @@ key: this.token,

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