New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fission-sdk

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fission-sdk - npm Package Versions

13
8

0.15.0

Diff

dholms
published 0.15.0-alpha1 •

dholms
published 0.15.0-alpha •

icidasset
published 0.14.2 •

Changelog

Source

v0.14.2

  • Improved DNSLink lookup error handling
  • Reduced time-to-save for the file system to 3 seconds instead of 5
  • Removed unnecessary console.log calls
  • Updated default js-ipfs to v0.48.1 (was v0.48.0)
icidasset
published 0.14.1 •

Changelog

Source

v0.14.1

Removed the default import from the index file. Now you use the SDK as follows, browser stays the same.

import * as sdk from "fission-sdk";
import { initialise } from "fission-sdk";

sdk.initialise();
initialise();
icidasset
published 0.14.0 •

Changelog

Source

v0.14.0

  • Renamed isAuthenticated to initialise
  • initialise will return an instance of the file system (can be disabled in case you use web workers)
  • Adds loadFileSystem to load a file system (called automatically from initialise unless disabled). This function is responsible for caching the file system locally and making a file system if the user hasn't got one yet.
  • Adds the fs.appPath.private and fs.appPath.public function to build paths.
  • Adds the fs.exists, fs.read and fs.write file system methods
dholms
published 0.12.2 •

dholms
published 0.12.1 •

dholms
published 0.13.0-alpha-4 •

dholms
published 0.13.0-alpha-3 •

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