Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@shopify/function-runner
Advanced tools
@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.
# Install function-runner globally
$ npm install -g @shopify/function-runner
# Directly invoke it via npm
$ npx @shopify/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
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
Run Shopify Functions
We found that @shopify/function-runner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.