
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
vercel-static-bin-fix
Advanced tools
This package provides a builder for Zeit's Now 2.0 offering that enables running arbitrary executables in the generated lambdas.
Your now.json
"builds"
section should look something like this:
Note: don't forget to add "version": 2
in your now.json
file to use Now
2.0 explicitly.
{
"builds": [
{
"src": "*.exe",
"use": "now-static-bin",
"config": {
"port": 4000
}
}
]
}
Make sure to check the examples
folder in this repo for examples
in different programming languages. Below is a table that details their
implementation choices.
They are also deployed on every commit to master and the latest build lives in
now-static-bin-examples.now.sh
.
Example | Demo | Description |
---|---|---|
OCaml | https://now-static-bin-examples.now.sh/examples/bintry/main.exe | An OCaml static binary example server (no source available yet) |
Rust | https://now-static-bin-examples.now.sh/examples/rust/server.exe | A Rust simple-server example |
Reason | https://now-static-bin-examples.now.sh/examples/reason/main.exe | A Reason Cohttp server example that outputs request information |
port
: the port that the deployed server listens on. Defaults to 8080.timeout
: the timeout that the launcher waits for your server to start
listening on the specified port. Defaults to 50ms.Copyright © 2018 António Nuno Monteiro.
Distributed under the MIT License (see LICENSE).
FAQs
ZEIT Now v2.0 static binary builder
The npm package vercel-static-bin-fix receives a total of 0 weekly downloads. As such, vercel-static-bin-fix popularity was classified as not popular.
We found that vercel-static-bin-fix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.