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.3.1-alpha.31.0 to 2.4.0

5

lib/ActorRdfParseN3.js

@@ -34,3 +34,6 @@ "use strict";

action.data.on('error', error => data.emit('error', error));
const data = action.data.pipe(new n3_1.StreamParser({ baseIRI: action.metadata?.baseIRI, format: mediaType }));
const data = action.data.pipe(new n3_1.StreamParser({
baseIRI: action.metadata?.baseIRI,
format: mediaType,
}));
return {

@@ -37,0 +40,0 @@ data,

9

package.json
{
"name": "@comunica/actor-rdf-parse-n3",
"version": "2.3.1-alpha.31.0",
"version": "2.4.0",
"description": "A N3 RDF Parse actor",

@@ -32,5 +32,4 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-rdf-parse": "2.3.1-alpha.31.0",
"@comunica/types": "2.3.1-alpha.31.0",
"@types/n3": "^1.4.4",
"@comunica/bus-rdf-parse": "^2.4.0",
"@comunica/types": "^2.4.0",
"n3": "^1.6.3"

@@ -43,3 +42,3 @@ },

},
"gitHead": "394c95ab244c04c8cf56abe8bfafd0ab44226539"
"gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e"
}
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