@comunica/actor-http-fetch
Advanced tools
Comparing version 2.3.1-alpha.31.0 to 2.4.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FetchInitPreprocessor = void 0; | ||
/* eslint-disable import/no-nodejs-modules */ | ||
const http_1 = require("http"); | ||
@@ -31,2 +32,3 @@ const https_1 = require("https"); | ||
exports.FetchInitPreprocessor = FetchInitPreprocessor; | ||
/* eslint-enable import/no-nodejs-modules */ | ||
//# sourceMappingURL=FetchInitPreprocessor.js.map |
{ | ||
"name": "@comunica/actor-http-fetch", | ||
"version": "2.3.1-alpha.31.0", | ||
"version": "2.4.0", | ||
"description": "A node-fetch http actor", | ||
@@ -32,5 +32,5 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-http": "2.3.1-alpha.31.0", | ||
"@comunica/context-entries": "2.3.1-alpha.31.0", | ||
"@comunica/mediatortype-time": "2.3.1-alpha.31.0", | ||
"@comunica/bus-http": "^2.4.0", | ||
"@comunica/context-entries": "^2.4.0", | ||
"@comunica/mediatortype-time": "^2.4.0", | ||
"abort-controller": "^3.0.0", | ||
@@ -47,3 +47,3 @@ "cross-fetch": "^3.0.5" | ||
}, | ||
"gitHead": "394c95ab244c04c8cf56abe8bfafd0ab44226539" | ||
"gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24818
248
0
+ Added@comunica/bus-http@2.10.2(transitive)
+ Added@comunica/context-entries@2.10.0(transitive)
+ Added@comunica/core@2.10.0(transitive)
+ Added@comunica/mediatortype-time@2.10.0(transitive)
+ Added@comunica/types@2.10.0(transitive)
+ Added@smessie/readable-web-to-node-stream@3.0.3(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.5.2(transitive)
- Removed@comunica/bus-http@2.3.1-alpha.31.0(transitive)
- Removed@comunica/context-entries@2.3.1-alpha.31.0(transitive)
- Removed@comunica/core@2.3.1-alpha.31.0(transitive)
- Removed@comunica/mediatortype-time@2.3.1-alpha.31.0(transitive)
- Removed@comunica/types@2.3.1-alpha.31.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedreadable-web-to-node-stream@3.0.2(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updated@comunica/bus-http@^2.4.0