better-youtube-api
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -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 |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191265
39
14
1224
2