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
0
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 3.3.0 to 4.0.1-alpha.48.0

4

lib/ActorRdfParseHtmlScript.d.ts
import type { MediatorRdfParseHandle, MediatorRdfParseMediaTypes } from '@comunica/bus-rdf-parse';
import type { IActionRdfParseHtml, IActorRdfParseHtmlOutput, IActorRdfParseHtmlArgs } from '@comunica/bus-rdf-parse-html';
import { ActorRdfParseHtml } from '@comunica/bus-rdf-parse-html';
import type { IActorTest } from '@comunica/core';
import type { IActorTest, TestResult } from '@comunica/core';
/**

@@ -15,3 +15,3 @@ * A HTML script RDF Parse actor that listens on the 'rdf-parse' bus.

constructor(args: IActorRdfParseHtmlScriptArgs);
test(_action: IActionRdfParseHtml): Promise<IActorTest>;
test(_action: IActionRdfParseHtml): Promise<TestResult<IActorTest>>;
run(action: IActionRdfParseHtml): Promise<IActorRdfParseHtmlOutput>;

@@ -18,0 +18,0 @@ }

@@ -5,2 +5,3 @@ "use strict";

const bus_rdf_parse_html_1 = require("@comunica/bus-rdf-parse-html");
const core_1 = require("@comunica/core");
const HtmlScriptListener_1 = require("./HtmlScriptListener");

@@ -18,3 +19,3 @@ /**

async test(_action) {
return true;
return (0, core_1.passTestVoid)();
}

@@ -21,0 +22,0 @@ async run(action) {

{
"name": "@comunica/actor-rdf-parse-html-script",
"version": "3.3.0",
"version": "4.0.1-alpha.48.0",
"description": "A html-script rdf-parse actor",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",

@@ -40,12 +44,12 @@ "repository": {

"dependencies": {
"@comunica/bus-rdf-parse": "^3.3.0",
"@comunica/bus-rdf-parse-html": "^3.3.0",
"@comunica/context-entries": "^3.3.0",
"@comunica/core": "^3.3.0",
"@comunica/types": "^3.3.0",
"@comunica/bus-rdf-parse": "4.0.1-alpha.48.0",
"@comunica/bus-rdf-parse-html": "4.0.1-alpha.48.0",
"@comunica/context-entries": "4.0.1-alpha.48.0",
"@comunica/core": "4.0.1-alpha.48.0",
"@comunica/types": "4.0.1-alpha.48.0",
"@rdfjs/types": "*",
"readable-stream": "^4.4.2",
"readable-stream": "^4.5.2",
"relative-to-absolute-iri": "^1.0.7"
},
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9"
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1"
}

@@ -26,3 +26,3 @@ # Comunica Html Script RDF Parse Actor

...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^4.0.0/components/context.jsonld"
],

@@ -29,0 +29,0 @@ "actors": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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