Socket
Socket
Sign inDemoInstall

rdfxml-streaming-parser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdfxml-streaming-parser - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
<a name="v1.3.5"></a>
## [v1.3.5](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.3.4...v1.3.5) - 2020-04-14
### Fixed
* [Fix relative xml:base not being handled, Closes #32](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/a50f49d8eb8ecae4e216a535c0b8b9f4fb0ff655)
<a name="v1.3.4"></a>

@@ -5,0 +11,0 @@ ## [v1.3.4](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v1.3.3...v1.3.4) - 2020-01-27

2

lib/RdfXmlParser.js

@@ -320,3 +320,3 @@ "use strict";

// SAX Parser does not expand xml:base, based on DOCTYPE, so we have to do it manually
activeTag.baseIRI = attributeValue;
activeTag.baseIRI = relative_to_absolute_iri_1.resolve(attributeValue, activeTag.baseIRI);
continue;

@@ -323,0 +323,0 @@ }

{
"name": "rdfxml-streaming-parser",
"version": "1.3.4",
"version": "1.3.5",
"description": "Streaming RDF/XML parser",

@@ -35,3 +35,3 @@ "keywords": [

"devDependencies": {
"@types/jest": "^24.0.0",
"@types/jest": "^25.1.0",
"@types/minimist": "^1.2.0",

@@ -42,3 +42,3 @@ "@types/sax": "^1.0.1",

"coveralls": "^3.0.0",
"jest": "^24.3.0",
"jest": "^25.0.0",
"jest-rdf": "^1.3.0",

@@ -50,4 +50,4 @@ "manual-git-changelog": "^1.0.0",

"streamify-string": "^1.0.1",
"ts-jest": "^24.0.0",
"tslint": "^5.8.0",
"ts-jest": "^25.1.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",

@@ -54,0 +54,0 @@ "typescript": "^3.0.1"

@@ -5,3 +5,3 @@ # RDF/XML Streaming Parser

[![Coverage Status](https://coveralls.io/repos/github/rdfjs/rdfxml-streaming-parser.js/badge.svg?branch=master)](https://coveralls.io/github/rdfjs/rdfxml-streaming-parser.js?branch=master)
[![npm version](https://badge.fury.io/js/rdfxml-streaming-parser.svg)](https://www.npmjs.com/package/rdfxml-streaming-parser) [![Greenkeeper badge](https://badges.greenkeeper.io/rdfjs/rdfxml-streaming-parser.js.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/rdfxml-streaming-parser.svg)](https://www.npmjs.com/package/rdfxml-streaming-parser)

@@ -8,0 +8,0 @@ A [fast](https://gist.github.com/rubensworks/a351f394ca6b70d6ad4ec1adc691a453), _streaming_ [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) parser

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