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

@comunica/actor-rdf-parse-shaclc

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.6.11-alpha.42.0 to 2.7.0

4

lib/ActorRdfParseShaclc.js

@@ -28,3 +28,5 @@ "use strict";

async runHandle(action, mediaType, context) {
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator(streamToString(action.data).then(str => (0, shaclc_parse_1.parse)(str, { extendedSyntax: mediaType === 'text/shaclc-ext' })));
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator(streamToString(action.data).then(str => (0, shaclc_parse_1.parse)(str, {
extendedSyntax: mediaType === 'text/shaclc-ext', baseIRI: action.metadata?.baseIRI,
})));
const readable = new readable_stream_1.Readable({ objectMode: true });

@@ -31,0 +33,0 @@ prefixIterator.on('prefix', (...args) => readable.emit('prefix', ...args));

{
"name": "@comunica/actor-rdf-parse-shaclc",
"version": "2.6.11-alpha.42.0",
"version": "2.7.0",
"description": "A shaclc rdf-parse actor",

@@ -35,8 +35,8 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-rdf-parse": "2.6.11-alpha.42.0",
"@comunica/types": "2.6.11-alpha.42.0",
"@comunica/bus-rdf-parse": "^2.7.0",
"@comunica/types": "^2.7.0",
"@rdfjs/types": "*",
"asynciterator": "^3.8.0",
"readable-stream": "^4.2.0",
"shaclc-parse": "^1.3.0",
"shaclc-parse": "^1.4.0",
"stream-to-string": "^1.2.0"

@@ -49,3 +49,3 @@ },

},
"gitHead": "8e8fd82eb1370399248b741602d9b1d46fab2d5d"
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
}

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