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

@shopify/function-runner

Package Overview
Dependencies
Maintainers
27
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/function-runner

Run Shopify Functions

  • 0.0.2
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by0.65%
Maintainers
27
Weekly downloads
 
Created
Source

@shopify/function-runner

This is the npm package for function-runner. The package contains a small Node script that downloads the appropriate function-runner binary on demand and invokes it with the parameters given.

Usage

# Install function-runner globally
$ npm install -g @shopify/function-runner

# Directly invoke it via npm
$ npx @shopify/function-runner

Updating function-runner

The npm package won't download function-runner again once its downloaded. If a new version of function-runner has been published, you can use the following invocation to update to the latest release:

REFRESH_FR=1 npx @shopify/function-runner

Building from source

If there are no binaries available for your platform or the available binaries don't work for you for some reason, the npm package can also build function-runner from source.

BUILD_FR=1 npx @shopify/function-runner

Please note that for this to work you must have Rust installed.

FAQs

Package last updated on 09 Mar 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc