Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
7
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0-beta.3 to 13.0.0-beta.4

3

lib/client.js

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

return __awaiter(this, void 0, void 0, function* () {
options.body = content.buffer;
options.body = content;
return this.makeAuthorizedFileServerBodyRequest(axios_1.default.put, fileUrl, options);

@@ -1107,2 +1107,3 @@ });

const headers = yield this.getAuthorizationHeaders();
headers['Content-Type'] = 'application/octet-stream';
const { requestConfig } = options, body = __rest(options, ["requestConfig"]);

@@ -1109,0 +1110,0 @@ let config = { headers };

{
"name": "@lucidtech/las-sdk-core",
"version": "13.0.0-beta.3",
"version": "13.0.0-beta.4",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -5,0 +5,0 @@ "maintainers": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc