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

@comunica/actor-rdf-parse-n3

Package Overview
Dependencies
Maintainers
5
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-parse-n3 - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

3

lib/ActorRdfParseN3.js

@@ -36,3 +36,4 @@ "use strict";

baseIRI: action.metadata?.baseIRI,
format: mediaType,
// Enable RDF-star-mode on all formats, except N3, where this is not supported.
format: mediaType.endsWith('n3') ? mediaType : `${mediaType}*`,
}));

@@ -39,0 +40,0 @@ return {

{
"name": "@comunica/actor-rdf-parse-n3",
"version": "2.7.0",
"version": "2.8.0",
"description": "A N3 RDF Parse actor",

@@ -33,5 +33,5 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-rdf-parse": "^2.7.0",
"@comunica/types": "^2.7.0",
"n3": "^1.16.3"
"@comunica/bus-rdf-parse": "^2.8.0",
"@comunica/types": "^2.8.0",
"n3": "^1.17.0"
},

@@ -43,3 +43,3 @@ "scripts": {

},
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825"
}

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