
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
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 6 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.