ionic-youtube-search
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -71,2 +71,3 @@ "use strict"; | ||
html = JSON.parse(html); | ||
navigator.clipboard.writeText(html); | ||
} | ||
@@ -95,3 +96,3 @@ catch (e) { /* nothing */ } | ||
} | ||
navigator.clipboard.writeText(details); | ||
navigator.clipboard.writeText(html); | ||
if (!fetched) | ||
@@ -98,0 +99,0 @@ return [2 /*return*/, []]; |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"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
28686
283