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

alcaeus

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alcaeus - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

5

alcaeus.js

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

}
const defaultRequestInit = typeof this.defaultRequestInit === 'function'
? await this.defaultRequestInit({ uri })
: this.defaultRequestInit;
const response = await this._fetch.operation(operation.method, uri, {

@@ -130,3 +133,3 @@ parsers: this.parsers,

body,
...requestInit,
...{ ...defaultRequestInit, ...requestInit },
});

@@ -133,0 +136,0 @@ await this.__getApiDocumentation(response, headers);

# Changelog
## 2.3.2
### Patch Changes
- 6793756: RequestInit default were not applied when invoking operations
## 2.3.1

@@ -4,0 +10,0 @@

2

package.json
{
"name": "alcaeus",
"version": "2.3.1",
"version": "2.3.2",
"description": "Hydra Core hypermedia-aware client library",

@@ -5,0 +5,0 @@ "main": "index.js",

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