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

rdf-object

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-object - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

6

lib/RdfObjectLoader.js

@@ -137,3 +137,3 @@ "use strict";

// Wait until stream has been handled completely
await new Promise((resolve, reject) => {
const streamPromise = new Promise((resolve, reject) => {
stream.on('data', (quad) => {

@@ -160,4 +160,4 @@ const subject = this.getOrMakeResource(quad.subject);

});
// Catches errors from list materialization
await listMaterializerPromise;
// Catches errors from stream and list materialization
await Promise.all([streamPromise, listMaterializerPromise]);
if (this.contextError) {

@@ -164,0 +164,0 @@ throw this.contextError;

{
"name": "rdf-object",
"version": "1.11.0",
"version": "1.11.1",
"description": "Loads RDF as JSON objects",

@@ -5,0 +5,0 @@ "keywords": [

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