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

skynet-js

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skynet-js - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

CHANGELOG.md
# Changelog
## [2.0.4]
### Changes
- Fixed a bug causing `uploadFile` to not work.
## [2.0.3]

@@ -4,0 +10,0 @@

8

dist/upload.js

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

formData,
filename,
options,
_yield$this$executeRe,

@@ -76,4 +76,6 @@ data,

file = ensureFileObjectConsistency(file);
filename = opts.customFilename ? opts.customFilename : "";
formData.append(opts.portalFileFieldname, file, filename);
options = opts.customFilename ? {
filename: opts.customFilename
} : {};
formData.append(opts.portalFileFieldname, file, options);
_context2.next = 8;

@@ -80,0 +82,0 @@ return this.executeRequest(_objectSpread(_objectSpread({}, opts), {}, {

{
"name": "skynet-js",
"version": "2.0.3",
"version": "2.0.4",
"description": "Sia Skynet Javascript Client",

@@ -5,0 +5,0 @@ "main": "dist/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