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

@comunica/actor-rdf-metadata-extract-hydra-pagesize

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-metadata-extract-hydra-pagesize - npm Package Compare versions

Comparing version 3.2.1 to 3.2.4-alpha.47.0

4

lib/ActorRdfMetadataExtractHydraPagesize.d.ts
import type { IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput, IActorRdfMetadataExtractArgs } from '@comunica/bus-rdf-metadata-extract';
import { ActorRdfMetadataExtract } from '@comunica/bus-rdf-metadata-extract';
import type { IActorTest } from '@comunica/core';
import type { IActorTest, TestResult } from '@comunica/core';
/**

@@ -10,3 +10,3 @@ * A comunica Hydra Pagesize RDF Metadata Extract Actor.

constructor(args: IActorRdfMetadataExtractHydraPagesizeArgs);
test(_action: IActionRdfMetadataExtract): Promise<IActorTest>;
test(_action: IActionRdfMetadataExtract): Promise<TestResult<IActorTest>>;
run(action: IActionRdfMetadataExtract): Promise<IActorRdfMetadataExtractOutput>;

@@ -13,0 +13,0 @@ }

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

const bus_rdf_metadata_extract_1 = require("@comunica/bus-rdf-metadata-extract");
const core_1 = require("@comunica/core");
/**

@@ -14,3 +15,3 @@ * A comunica Hydra Pagesize RDF Metadata Extract Actor.

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

@@ -17,0 +18,0 @@ async run(action) {

{
"name": "@comunica/actor-rdf-metadata-extract-hydra-pagesize",
"version": "3.2.1",
"version": "3.2.4-alpha.47.0",
"description": "A hydra-pagesize rdf-metadata-extract actor",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",

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

"dependencies": {
"@comunica/bus-rdf-metadata-extract": "^3.2.1",
"@comunica/core": "^3.2.1"
"@comunica/bus-rdf-metadata-extract": "3.2.4-alpha.47.0",
"@comunica/core": "3.2.4-alpha.47.0"
},
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f"
"gitHead": "85bd4c5cf07dfc293ebbc3a1416b70e2db8bfc48"
}

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