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

@rmlio/yarrrml-parser

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmlio/yarrrml-parser - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

test/escape-character/mapping.rml.ttl

6

CHANGELOG.md

@@ -10,2 +10,7 @@ # Changelog

## [0.3.8] - 2019-09-26
### Fixed
- Not all escaped characters were considered when expanding prefix (see [issue 23](https://github.com/RMLio/yarrrml-parser/issues/23))
## [0.3.7] - 2019-08-14

@@ -105,2 +110,3 @@

[0.3.8]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.6...v0.3.7

@@ -107,0 +113,0 @@ [0.3.6]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.5...v0.3.6

4

lib/abstract-generator.js

@@ -590,3 +590,3 @@ /**

str = str.replace('\\:', '@@@@____@@@@');
str = str.replace(/\\:/g, '@@@@____@@@@');

@@ -597,3 +597,3 @@

if (splits.length === 1) {
return str.replace('@@@@____@@@@', ':');
return str.replace(/@@@@____@@@@/g, ':');
}

@@ -600,0 +600,0 @@

@@ -123,2 +123,6 @@ /**

});
it('escape character', function (done) {
work('escape-character/mapping.yarrrml', 'escape-character/mapping.rml.ttl', done);
});
});

@@ -125,0 +129,0 @@

{
"name": "@rmlio/yarrrml-parser",
"version": "0.3.7",
"version": "0.3.8",
"description": "Parse YARRRML descriptions into RML RDF statements",

@@ -5,0 +5,0 @@ "main": "lib/yarrrml2rml.js",

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