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

youtube-api-search-reloaded

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-api-search-reloaded - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

index.js

@@ -5,6 +5,5 @@ import axios from 'axios';

export default function (options, callback) {
if(!options.key || options.term || options.part || options.type){
if(!options.key || !options.term || !options.part || !options.type){
throw new Error('Please make sure you that the required fields are completed');

@@ -11,0 +10,0 @@ }

{
"name": "youtube-api-search-reloaded",
"version": "1.1.0",
"version": "1.2.0",
"description": "Fork of youtube-api-search with additions",

@@ -18,3 +18,3 @@ "main": "index.js",

"dependencies": {
"axios": "^0.16.2"
"axios": "^0.18.0"
},

@@ -21,0 +21,0 @@ "bugs": {

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