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.5 to 0.3.6

out/entities/Channel.js.map

2

out/entities/Channel.js

@@ -73,1 +73,3 @@ "use strict";

exports.Channel = Channel;
//# sourceMappingURL=Channel.js.map

@@ -54,1 +54,3 @@ "use strict";

exports.YTComment = YTComment;
//# sourceMappingURL=Comment.js.map

@@ -10,1 +10,3 @@ "use strict";

__export(require("./Comment"));
//# sourceMappingURL=index.js.map

@@ -61,1 +61,3 @@ "use strict";

exports.Playlist = Playlist;
//# sourceMappingURL=Playlist.js.map

@@ -74,1 +74,3 @@ "use strict";

exports.Video = Video;
//# sourceMappingURL=Video.js.map

@@ -323,1 +323,3 @@ "use strict";

exports.YouTube = YouTube;
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ISODuration.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Thumbnail.js.map

@@ -8,1 +8,3 @@ "use strict";

__export(require("./request"));
//# sourceMappingURL=index.js.map

@@ -81,1 +81,3 @@ "use strict";

}
//# sourceMappingURL=request.js.map

@@ -57,1 +57,3 @@ "use strict";

exports.parseIsoDuration = parseIsoDuration;
//# sourceMappingURL=util.js.map

10

package.json
{
"name": "better-youtube-api",
"version": "0.3.5",
"version": "0.3.6",
"description": "A very easy to use promise-based Youtube Data v3 API.",
"main": "out/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register ./**/*.spec.ts",
"prepublishOnly": "tsc"
"prepublishOnly": "gulp"
},

@@ -26,2 +27,7 @@ "author": "jasonhaxstuff",

"chai": "^4.1.2",
"fs-nextra": "^0.3.7",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0-alpha.3",
"merge2": "^1.2.3",
"mocha": "^5.2.0",

@@ -28,0 +34,0 @@ "ts-node": "^7.0.1",

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