Socket
Socket
Sign inDemoInstall

@fusebit/add-on-sdk

Package Overview
Dependencies
38
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fusebit/add-on-sdk

SDK for implementing Fusebit Add-Ons


Version published
Weekly downloads
23
increased by76.92%
Maintainers
3
Install size
2.17 MB
Created
Weekly downloads
 

Readme

Source

add-on-sdk

SDK for implementing Fusebit Add-Ons

Running tests

Here are a few things you need to know before running tests:

  • You must have access to a Fusebit subscription.
  • You must have the Fusebit CLI installed.
  • You must have a Fusebit CLI profile configured with an account ID and subscription ID, and sufficient permissions to manage all functions and all storage on that subscription.
  • The test will create and remove functions in randomly named boundary in the subscription.
  • The test will create and remove storage objects in randomly named storage ID in the subscription.

To run the tests, set the FUSE_PROFILE environment variable to the Fusebit CLI profile name to use:

FUSE_PROFILE={profile-name} npm test

In case of a failure, you can get useful, verbose diagnostic information with:

debug=1 FUSE_PROFILE={profile-name} npm test

Release Notes

v3.1.0

  • Add support for converting an Express app to a Fusebit Function

v3.0.3

  • Fix bug in parameter processing in the storage client

v3.0.2

  • Allow turning off debugging by setting debug=0 in the configuration of the function

FAQs

Last updated on 13 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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