spotify-url-info
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/spotify-url-info", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -33,6 +33,2 @@ 'use strict' | ||
const hydrateScript = scripts.filter( | ||
e => e.children[0] && /%22data%22%|"data":/.test(e.children[0].content) | ||
) | ||
if (resourceScript.length > 0) { | ||
@@ -43,2 +39,6 @@ // found data in the older embed style | ||
const hydrateScript = scripts.filter( | ||
e => e.children[0] && /%22data%22%|"data":/.test(e.children[0].content) | ||
) | ||
if (hydrateScript.length > 0) { | ||
@@ -45,0 +45,0 @@ // found hydration data |
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