ionic-youtube-search
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -10,2 +10,3 @@ "use strict"; | ||
var title = data.compactVideoRenderer.title.runs[0].text; | ||
title = title.replace("\\\\", "\\"); | ||
title = decodeURIComponent(title); | ||
@@ -12,0 +13,0 @@ var res = { |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Search videos on YouTube without API key in ionic apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
27795
270