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.2.0 to 1.2.1

6

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
<a name="v1.2.1"></a>
## [v1.2.1](https://github.com/rubensworks/rdf-parse.js/compare/v1.1.2...v1.2.1) - 2019-10-21
### Fixed
* [Avoid circular importing of parser](https://github.com/rubensworks/rdf-parse.js/commit/fa0eed536f651f2a094a26130ac9fffdc7351cb6)
<a name="v1.2.0"></a>

@@ -5,0 +11,0 @@ ## [v1.2.0](https://github.com/rubensworks/rdf-parse.js/compare/v1.1.2...v1.2.0) - 2019-10-17

2

engine-default.js

@@ -91,3 +91,3 @@ const https___linkedsoftwaredependencies_org_bundles_npm__comunica_bus_rdf_parse_Bus_RdfParse = new (require('@comunica/core').Bus)({

});
const urn_comunica_my = new (require('./index.js').RdfParser)({
const urn_comunica_my = new (require('./lib/RdfParser').RdfParser)({
'mediatorRdfParseMediatypes': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseMediatypes,

@@ -94,0 +94,0 @@ 'mediatorRdfParseHandle': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseHandle,

{
"name": "rdf-parse",
"version": "1.2.0",
"version": "1.2.1",
"description": "Parses RDF from any serialization",

@@ -45,2 +45,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/rdf-parse",

"devDependencies": {
"@comunica/runner": "^1.9.4",
"@rdfjs/data-model": "^1.1.1",

@@ -108,3 +109,2 @@ "@types/jest": "^24.0.0",

"@comunica/mediator-race": "^1.9.2",
"@comunica/runner": "^1.9.2",
"@types/rdf-js": "^2.0.1",

@@ -111,0 +111,0 @@ "stream-to-string": "^1.2.0"

@@ -31,2 +31,9 @@ # RDF Parse

Internally, the following fully spec-compliant parsers are used:
* [N3.js](https://github.com/rdfjs/n3.js)
* [jsonld-streaming-parser.js](https://github.com/rubensworks/jsonld-streaming-parser.js)
* [rdfa-streaming-parser.js](https://github.com/rubensworks/rdfa-streaming-parser.js)
* [rdfxml-streaming-parser.js](https://github.com/rdfjs/rdfxml-streaming-parser.js)
## Installation

@@ -33,0 +40,0 @@

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