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

@comunica/actor-http-fetch

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-http-fetch - npm Package Compare versions

Comparing version 2.0.1-alpha.9.0 to 2.0.1

LICENSE.txt

4

lib/ActorHttpFetch.js

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

if (response.body && !response.body.cancel) {
response.body.cancel = async (error) => response.body.destroy(error);
response.body.cancel = async (error) => {
response.body.destroy(error);
};
}

@@ -63,0 +65,0 @@ return response;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@comunica/actor-http-fetch",
"version": "2.0.1-alpha.9.0",
"version": "2.0.1",
"description": "A node-fetch http actor",

@@ -32,6 +32,6 @@ "lsd:module": true,

"dependencies": {
"@comunica/bus-http": "2.0.1-alpha.9.0",
"@comunica/context-entries": "2.0.1-alpha.9.0",
"@comunica/core": "2.0.1-alpha.9.0",
"@comunica/mediatortype-time": "2.0.1-alpha.9.0",
"@comunica/bus-http": "^2.0.1",
"@comunica/context-entries": "^2.0.1",
"@comunica/core": "^2.0.1",
"@comunica/mediatortype-time": "^2.0.1",
"cross-fetch": "^3.0.5"

@@ -47,3 +47,3 @@ },

},
"gitHead": "a6642f00830bd9ea3f2f39a10b07362b9f518610"
"gitHead": "4c66bfaa44f73786bc7403504e5fe571181430c7"
}

Sorry, the diff of this file is not supported yet

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