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

@rmlio/yarrrml-parser

Package Overview
Dependencies
Maintainers
0
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 1.7.1 to 1.7.2

7

CHANGELOG.md

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

## [1.7.2] - 2024-09-17
### Fixed
- CI: NPM release.
- IncRML generation: changeDetection: subjects [] should remove all original subject mappings
## [1.7.1] - 2024-09-17

@@ -357,2 +363,3 @@

[1.7.2]: https://github.com/RMLio/yarrrml-parser/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/RMLio/yarrrml-parser/compare/v1.7.0...v1.7.1

@@ -359,0 +366,0 @@ [1.7.0]: https://github.com/RMLio/yarrrml-parser/compare/v1.6.2...v1.7.0

@@ -985,2 +985,8 @@ /**

// if the set of subjects to remove is empty, delete all subjects
if (mappingRemoveSubjects.size === 0) {
delete mapping.subjects;
return;
}
// in a first iteration, we remove targets defined in mappingRemove (if any)

@@ -987,0 +993,0 @@ for (const subject of mappingRemoveSubjects) {

2

package.json
{
"name": "@rmlio/yarrrml-parser",
"version": "1.7.1",
"version": "1.7.2",
"description": "Parse YARRRML descriptions into RML RDF statements",

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

# Releases
Make a release by running the `release.sh` script as followed:
Make a release by **unning the `release.sh` script** as followed:

@@ -10,1 +10,3 @@ `./release.sh $TAG`

`./release.sh 1.0.0`
After making the release, also publish a **release manually on GitHub**.

Sorry, the diff of this file is too big to display

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