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

rdf-parse

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-parse - npm Package Compare versions

Comparing version 1.8.1 to 1.9.0

2

lib/RdfParser.d.ts
/// <reference types="node" />
import { IActionHandleRdfParse, IActionMediaTypesRdfParse, IActorOutputHandleRdfParse, IActorOutputMediaTypesRdfParse, IActorTestHandleRdfParse, IActorTestMediaTypesRdfParse } from "@comunica/bus-rdf-parse";
import { Actor, Mediator } from "@comunica/core";
import * as RDF from "rdf-js";
import * as RDF from "@rdfjs/types";
import { Readable } from "stream";

@@ -6,0 +6,0 @@ /**

{
"name": "rdf-parse",
"version": "1.8.1",
"version": "1.9.0",
"description": "Parses RDF from any serialization",

@@ -37,14 +37,14 @@ "lsd:module": true,

"devDependencies": {
"@comunica/runner": "^1.21.1",
"rdf-data-factory": "^1.0.3",
"@comunica/runner": "^1.22.0",
"@types/jest": "^26.0.0",
"@types/n3": "^1.4.4",
"@types/n3": "^1.10.3",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.0.0",
"jest": "^27.0.1",
"jest-rdf": "^1.6.0",
"jest-rdf": "^1.7.0",
"manual-git-changelog": "^1.0.1",
"pre-commit": "^1.2.2",
"rdf-data-factory": "^1.1.0",
"rdf-quad": "^1.5.0",
"rdf-test-suite": "^1.15.0",
"rdf-test-suite": "^1.18.0",
"streamify-string": "^1.0.1",

@@ -92,22 +92,22 @@ "ts-jest": "^27.0.1",

"dependencies": {
"@comunica/actor-http-native": "~1.21.1",
"@comunica/actor-rdf-parse-html": "~1.21.1",
"@comunica/actor-rdf-parse-html-microdata": "~1.21.1",
"@comunica/actor-rdf-parse-html-rdfa": "~1.21.1",
"@comunica/actor-rdf-parse-html-script": "~1.21.1",
"@comunica/actor-http-native": "~1.22.0",
"@comunica/actor-rdf-parse-html": "~1.22.0",
"@comunica/actor-rdf-parse-html-microdata": "~1.22.0",
"@comunica/actor-rdf-parse-html-rdfa": "~1.22.0",
"@comunica/actor-rdf-parse-html-script": "~1.22.0",
"@comunica/actor-rdf-parse-jsonld": "~1.21.2",
"@comunica/actor-rdf-parse-n3": "~1.21.1",
"@comunica/actor-rdf-parse-rdfxml": "~1.21.1",
"@comunica/actor-rdf-parse-xml-rdfa": "~1.21.1",
"@comunica/bus-http": "~1.21.1",
"@comunica/bus-init": "~1.21.1",
"@comunica/bus-rdf-parse": "~1.21.1",
"@comunica/bus-rdf-parse-html": "~1.21.1",
"@comunica/core": "~1.21.1",
"@comunica/mediator-combine-union": "~1.21.1",
"@comunica/mediator-number": "~1.21.1",
"@comunica/mediator-race": "~1.21.1",
"@types/rdf-js": "*",
"@comunica/actor-rdf-parse-n3": "~1.22.0",
"@comunica/actor-rdf-parse-rdfxml": "~1.22.0",
"@comunica/actor-rdf-parse-xml-rdfa": "~1.22.0",
"@comunica/bus-http": "~1.22.0",
"@comunica/bus-init": "~1.22.0",
"@comunica/bus-rdf-parse": "~1.22.0",
"@comunica/bus-rdf-parse-html": "~1.22.0",
"@comunica/core": "~1.22.0",
"@comunica/mediator-combine-union": "~1.22.0",
"@comunica/mediator-number": "~1.22.0",
"@comunica/mediator-race": "~1.22.0",
"@rdfjs/types": "*",
"stream-to-string": "^1.2.0"
}
}
# RDF Parse
[![Build Status](https://travis-ci.org/rubensworks/rdf-parse.js.svg?branch=master)](https://travis-ci.org/rubensworks/rdf-parse.js)
[![Build status](https://github.com/rubensworks/rdf-parse.js/workflows/CI/badge.svg)](https://github.com/rubensworks/rdf-parse.js/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/rdf-parse.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/rdf-parse.js?branch=master)

@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/rdf-parse.svg)](https://www.npmjs.com/package/rdf-parse)

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