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

aleph-sdk-ts

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aleph-sdk-ts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

messages/create/publish.js

@@ -56,3 +56,7 @@ "use strict";

form.append('file', configuration.file);
const response = yield axios_1.default.post(`${configuration.APIServer}/api/v0/${configuration.storageEngine.toLowerCase()}/add_file`, form);
const response = yield axios_1.default.post(`${configuration.APIServer}/api/v0/${configuration.storageEngine.toLowerCase()}/add_file`, form, {
headers: {
'Content-Type': undefined,
},
});
return response.data.hash;

@@ -59,0 +63,0 @@ });

2

package.json
{
"name": "aleph-sdk-ts",
"version": "1.0.4",
"version": "1.0.5",
"description": "Aleph.im Typescript SDK",

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

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