ionic-youtube-search
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -70,3 +70,3 @@ "use strict"; | ||
}); | ||
html = html.replace("\\\\\"", ""); | ||
html = html.replaceAll("\\\\\"", ""); | ||
html = JSON.parse(html); | ||
@@ -73,0 +73,0 @@ navigator.clipboard.writeText(html); |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"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
28748