Socket
Socket
Sign inDemoInstall

youtube.ts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube.ts - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

2

dist/types/PlaylistTypes.d.ts

@@ -53,2 +53,4 @@ import { YoutubeThumbnail } from "./index";

items: YoutubePlaylistItem[];
nextPageToken?: string;
prevPageToken?: string;
}

@@ -55,0 +57,0 @@ export interface YoutubePlaylistItem {

2

package.json
{
"name": "youtube.ts",
"version": "0.1.9",
"version": "0.2.0",
"description": "Wrapper for the YouTube API with typings.",

@@ -5,0 +5,0 @@ "main": "dist/youtube.js",

@@ -57,2 +57,4 @@ import {YoutubeThumbnail} from "./index"

items: YoutubePlaylistItem[]
nextPageToken?: string
prevPageToken?: string
}

@@ -59,0 +61,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