New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/actor-rdf-parse-jsonld

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.2.0 to 3.2.1

5

lib/DocumentLoaderMediated.js

@@ -5,5 +5,4 @@ "use strict";

const bus_http_1 = require("@comunica/bus-http");
const stream_to_string_1 = require("@jeswr/stream-to-string");
const jsonld_context_parser_1 = require("jsonld-context-parser");
// Use require instead of import for default exports, to be compatible with variants of esModuleInterop in tsconfig.
const stringifyStream = require("stream-to-string");
/**

@@ -21,3 +20,3 @@ * A JSON-LD document loader that fetches over an HTTP bus using a given mediator.

const response = await mediatorHttp.mediate({ input: url, init, context });
response.json = async () => JSON.parse(await stringifyStream(bus_http_1.ActorHttp.toNodeReadable(response.body)));
response.json = async () => JSON.parse(await (0, stream_to_string_1.stringify)(bus_http_1.ActorHttp.toNodeReadable(response.body)));
return response;

@@ -24,0 +23,0 @@ };

18

package.json
{
"name": "@comunica/actor-rdf-parse-jsonld",
"version": "3.2.0",
"version": "3.2.1",
"description": "A JSON-LD RDF Parse actor",

@@ -38,12 +38,12 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-http": "^3.2.0",
"@comunica/bus-rdf-parse": "^3.2.0",
"@comunica/context-entries": "^3.2.0",
"@comunica/core": "^3.2.0",
"@comunica/types": "^3.2.0",
"@comunica/bus-http": "^3.2.1",
"@comunica/bus-rdf-parse": "^3.2.1",
"@comunica/context-entries": "^3.2.1",
"@comunica/core": "^3.2.1",
"@comunica/types": "^3.2.1",
"@jeswr/stream-to-string": "^2.0.0",
"jsonld-context-parser": "^2.2.2",
"jsonld-streaming-parser": "^3.0.1",
"stream-to-string": "^1.2.0"
"jsonld-streaming-parser": "^3.0.1"
},
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db"
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f"
}

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