Socket
Socket
Sign inDemoInstall

@googleapis/youtube

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googleapis/youtube - npm Package Compare versions

Comparing version 6.0.0 to 8.0.0

7

build/index.js

@@ -15,6 +15,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthPlus = exports.youtube_v3 = exports.auth = exports.youtube = exports.VERSIONS = void 0;
/*! THIS FILE IS AUTO-GENERATED */
const googleapis_common_1 = require("googleapis-common");
const v3_1 = require("./v3");
exports.youtube_v3 = v3_1.youtube_v3;
Object.defineProperty(exports, "youtube_v3", { enumerable: true, get: function () { return v3_1.youtube_v3; } });
exports.VERSIONS = {

@@ -24,3 +25,3 @@ v3: v3_1.youtube_v3.Youtube,

function youtube(versionOrOptions) {
return googleapis_common_1.getAPI('youtube', versionOrOptions, exports.VERSIONS, this);
return (0, googleapis_common_1.getAPI)('youtube', versionOrOptions, exports.VERSIONS, this);
}

@@ -31,3 +32,3 @@ exports.youtube = youtube;

var googleapis_common_2 = require("googleapis-common");
exports.AuthPlus = googleapis_common_2.AuthPlus;
Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } });
//# sourceMappingURL=index.js.map
# Changelog
## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/youtube-v7.0.1...youtube-v8.0.0) (2022-10-28)
### ⚠ BREAKING CHANGES
* **build:** This release has breaking changes.
### Features
* **build:** run the generator (submodules now require Node 12) ([#3073](https://github.com/googleapis/google-api-nodejs-client/issues/3073)) ([eda0707](https://github.com/googleapis/google-api-nodejs-client/commit/eda07079dadab46a80b6f9ede618f4f43030169e))
## [7.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/youtube-v7.0.0...youtube-v7.0.1) (2022-09-21)
### Bug Fixes
* **youtube:** update the API ([33f7b09](https://github.com/googleapis/google-api-nodejs-client/commit/33f7b09dfb74e6deeaf3e2e2875f8da12d512dd6))
## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/youtube-v6.0.0...youtube-v7.0.0) (2022-08-19)
### ⚠ BREAKING CHANGES
* **youtube:** This release has breaking changes.
### Features
* **youtube:** update the API ([959fbf0](https://github.com/googleapis/google-api-nodejs-client/commit/959fbf078adc02bc1bb704b1c1670fde75b52e58))
## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/youtube-v5.0.0...youtube-v6.0.0) (2022-07-04)

@@ -4,0 +33,0 @@

{
"name": "@googleapis/youtube",
"version": "6.0.0",
"version": "8.0.0",
"description": "youtube",

@@ -21,3 +21,3 @@ "main": "build/index.js",

"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},

@@ -32,3 +32,3 @@ "scripts": {

"dependencies": {
"googleapis-common": "^5.0.1"
"googleapis-common": "^6.0.3"
},

@@ -38,6 +38,6 @@ "devDependencies": {

"@microsoft/api-extractor": "^7.8.10",
"gts": "^2.0.0",
"gts": "^3.1.1",
"null-loader": "^4.0.0",
"ts-loader": "^9.0.0",
"typescript": "~3.7.0",
"typescript": "~4.8.4",
"webpack": "^5.0.0",

@@ -44,0 +44,0 @@ "webpack-cli": "^4.0.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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