
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Deploy sites to Amazon S3
Sometimes you want a simple, cheap, no-fuss way to deploy a static site. Amazon S3 is a decent solution for this.
npm install [-g] basin
Generates a skeleton sample site at dir
, including basin.conf.json
.
var basin = require('basin')
basin.create('/tmp/basin-test', function(err) {
//generates a skeleton example site
})
Deploys dir
to S3. Configures all objects and bucket for web access. If dir
is not specified, then present working
directory is used. The directory must contain basin.conf.json
.
basin.deploy(function(err, url) {
console.log(url); // 'http://MY-BUCKET-NAME.s3-website-us-east-1.amazonaws.com';
})
us-east-1
.index.html
.error.html
.{
"key": "",
"secret": "",
"bucket": "",
"region": "us-east-1",
"site": {
"index": "index.html",
"error": "error.html"
}
}
Usage: basin [options]
Options:
-h, --help output usage information
-V, --version output the version number
--create [dir] Creates a skeleton site at the destination directory.
--deploy Deploys/publishes the current directory and sub directories. Must have basin.conf.json file present.
--remote-delete Deletes the remote S3 bucket. Must have basin.conf.json file present in current directory.
(MIT License)
Copyright 2012-2013, JP Richardson jprichardson@gmail.com
FAQs
Deploy sites to Amazon S3
The npm package basin receives a total of 2 weekly downloads. As such, basin popularity was classified as not popular.
We found that basin 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
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.