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

@codat/files

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codat/files - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0

3

dist/sdk/files.js

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

queryParams = utils.serializeQueryParams(req);
headers["Accept"] = "application/octet-stream";
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion);

@@ -170,2 +171,3 @@ retryConfig = retries;

headers = __assign({}, config === null || config === void 0 ? void 0 : config.headers);
headers["Accept"] = "application/json";
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion);

@@ -235,2 +237,3 @@ retryConfig = retries;

headers = __assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers);
headers["Accept"] = "*/*";
headers["user-agent"] = "speakeasy-sdk/".concat(this._language, " ").concat(this._sdkVersion, " ").concat(this._genVersion);

@@ -237,0 +240,0 @@ retryConfig = retries;

4

dist/sdk/sdk.js

@@ -61,4 +61,4 @@ "use strict";

this._language = "typescript";
this._sdkVersion = "0.19.0";
this._genVersion = "2.30.0";
this._sdkVersion = "0.20.0";
this._genVersion = "2.31.0";
this._serverURL = (_a = props === null || props === void 0 ? void 0 : props.serverURL) !== null && _a !== void 0 ? _a : exports.ServerList[0];

@@ -65,0 +65,0 @@ this._defaultClient =

{
"name": "@codat/files",
"version": "0.19.0",
"version": "0.20.0",
"author": "Speakeasy",

@@ -5,0 +5,0 @@ "scripts": {

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