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

yt-api

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-api - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "yt-api",
"version": "0.1.8",
"version": "0.1.9",
"description": "A light weight, easy, and super fast way of interacting with the YouTube Data API v3.",

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

const snekfetch = require("snekfetch");
const utils = require("./Utils.js");
module.exports.API = class {
module.exports.YouTubeAPI = class YouTubeAPI {
constructor(ytKey) {

@@ -6,0 +6,0 @@ this.key = ytKey;

@@ -1,5 +0,5 @@

import { API } from "../src";
import { YouTubeAPI } from "../src";
declare module "yt-api" {
export class api extends API<string> {
export class Client extends YouTubeAPI<string> {
public constructor(ytKey: string);

@@ -6,0 +6,0 @@

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