Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/actor-rdf-parse-html-script

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-parse-html-script - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

12

lib/HtmlScriptListener.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc