ionic-youtube-search
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -72,3 +72,3 @@ "use strict"; | ||
catch (e) { /* nothing */ } | ||
html = JSON.stringify(html); | ||
html = "`" + html + "`"; | ||
navigator.clipboard.writeText(html); | ||
@@ -87,3 +87,2 @@ try { | ||
} | ||
navigator.clipboard.writeText(String(fetched)); | ||
navigator.clipboard.writeText(details); | ||
@@ -90,0 +89,0 @@ if (!fetched) |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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
28012
274