
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
This is a Node.js module that takes a folder containing your static app, and hosts it in the selected provider's cloud. Currently only works with provider: aws
, and hosts from an S3 bucket endpoint.
Compatible with any version since LTS:Boron (v6.9.0)
Roadmap:
CLI
# currently only accepts a config.yml (or .json) file
>> statick -c config.yml
or node API
import statick from "statick"
import config from "statick.json"
statick(config);
provider: aws
domain: statick.io
path: ./public
exclude:
- deleteme.html
aws:
region: eu-west-1
s3:
IndexDocument: myIndex.html
key | description | default | type |
---|---|---|---|
provider* | one of; "aws" | - | string |
domain* | name of the uploaded-to storage | - | string |
path* | path of the folder the static app resides in | - | string |
aws.region | global region of the AWS clients | "us-east-1" | string |
aws.credentials | of the shape { accessKeyId, secretAccessKey } | - | object |
aws.s3.IndexDocument | entry .html to your bucket (basename) | "index.html" | string |
aws.s3.ErrorDocument | .html to redirect to (basename) | IndexDocument | string |
exclude | RegExp patterns to test against each file (put quotes if using yml) | - | array |
* required
Constraints on S3 bucket name
Conflicting conditional operation in progress error indicates the S3 bucket name is currently unavailable. Trying again in a couple minutes works.
FAQs
put a static app in the cloud
We found that statick 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.