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

@comunica/actor-http-native

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.14.0 to 1.15.0

3

lib/ActorHttpNative.js

@@ -49,2 +49,5 @@ "use strict";

options.method = options.method || 'GET';
if (action.context && action.context.get(bus_http_1.KEY_CONTEXT_INCLUDE_CREDENTIALS)) {
options.withCredentials = true;
}
this.logInfo(action.context, `Requesting ${options.url}`);

@@ -51,0 +54,0 @@ // Not all options are supported

@@ -29,2 +29,3 @@ "use strict";

request.timeout = settings.timeout;
request.withCredentials = settings.withCredentials;
for (const header of reqHeaders) {

@@ -31,0 +32,0 @@ if (!(header[0] in UNSAFE_REQUEST_HEADERS) && header[1]) {

10

package.json
{
"name": "@comunica/actor-http-native",
"version": "1.14.0",
"version": "1.15.0",
"description": "A native http actor",

@@ -48,5 +48,5 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-native",

"devDependencies": {
"@comunica/bus-http": "^1.14.0",
"@comunica/core": "^1.14.0",
"@comunica/mediatortype-time": "^1.14.0"
"@comunica/bus-http": "^1.15.0",
"@comunica/core": "^1.15.0",
"@comunica/mediatortype-time": "^1.15.0"
},

@@ -78,3 +78,3 @@ "jest": {

},
"gitHead": "6517367d95ef072468bfc0d88cf3a27f6d25a145"
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64"
}
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