@comunica/actor-rdf-parse-html-script
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -95,5 +95,11 @@ "use strict"; | ||
}) | ||
.catch(() => { | ||
// Ignore script tags that we don't understand | ||
this.onEnd(); | ||
.catch((error) => { | ||
if (this.targetScriptId) { | ||
// Error if we are targeting this script tag specifically | ||
this.cbError(error); | ||
} | ||
else { | ||
// Ignore script tags that we don't understand | ||
this.onEnd(); | ||
} | ||
}); | ||
@@ -100,0 +106,0 @@ // Reset the media type and text stream |
{ | ||
"name": "@comunica/actor-rdf-parse-html-script", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "A html-script rdf-parse actor", | ||
@@ -71,3 +71,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script", | ||
}, | ||
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64" | ||
"gitHead": "ed0260a5d71d61a1a77916454fb83039a4ab47b6" | ||
} |
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
18656
270