Socket
Socket
Sign inDemoInstall

@3wks/sargon-api-node-client

Package Overview
Dependencies
Maintainers
12
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3wks/sargon-api-node-client - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

api.ts

@@ -109,3 +109,3 @@ /// <reference path="./custom.d.ts" />

add(name: string, value: any) {
formData.append(name, value);
formData.append(name, value, value.options || {});
},

@@ -112,0 +112,0 @@ headers() {

@@ -82,3 +82,3 @@ "use strict";

add(name, value) {
formData.append(name, value);
formData.append(name, value, value.options || {});
},

@@ -85,0 +85,0 @@ headers() {

{
"name": "@3wks/sargon-api-node-client",
"version": "0.0.19",
"version": "0.0.20",
"description": "OpenAPI client for @3wks/sargon-api-node-client",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -1,2 +0,2 @@

## @3wks/sargon-api-node-client@0.0.19
## @3wks/sargon-api-node-client@0.0.20

@@ -39,3 +39,3 @@ This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

```
npm install @3wks/sargon-api-node-client@0.0.19 --save
npm install @3wks/sargon-api-node-client@0.0.20 --save
```

@@ -42,0 +42,0 @@

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