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

@springworks/api-client

Package Overview
Dependencies
Maintainers
2
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/api-client - npm Package Compare versions

Comparing version 3005.234.0 to 3005.235.0

4

build/main.d.ts

@@ -136,6 +136,6 @@ /// <reference types="node" />

*/
sendRequest<Body = DefaultBody>(options: ApiClientRequestOptions, status_codes: number[]): Promise<Body extends infer Res ? (Res extends {
sendRequest<Body = DefaultBody>(options: ApiClientRequestOptions, status_codes: number[]): Promise<Body extends {
body: any;
code: number;
} ? never : Res) : Body>;
} ? never : Body>;
sendRequestWithFullResponse<Body = DefaultBody, Code extends number = number>(options: ApiClientRequestOptions, status_codes: Code[]): Promise<BodyWithFullResponse<Body, Code>>;

@@ -142,0 +142,0 @@ }

{
"name": "@springworks/api-client",
"version": "3005.234.0",
"version": "3005.235.0",
"description": "Module for sending requests to other APIs through a circuit breaker",

@@ -31,3 +31,3 @@ "main": "build/main.js",

},
"gitHead": "1e0a40addc8a024644aa91751487a92fd2a4489e"
"gitHead": "ab8252683fd695ef87fa76c30eb7261ff5ccec1e"
}

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