Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

beamer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beamer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.env

16

package.json
{
"name": "beamer",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sync directories to S3",
"main": "index.js",
"main": "./lib/index.js",
"bin": {

@@ -30,12 +30,16 @@ "beam": "./bin/beam"

"command-router": "0.0.5",
"powerwalk": "0.0.1",
"graceful-fs": "~1.2.1",
"mime": "~1.2.9",
"knox": "~0.8.2",
"colors": "~0.6.0-1",
"ini": "~1.1.0"
"ini": "~1.1.0",
"powerwalk": "~0.1.3",
"concat-stream": "~1.0.0",
"xml2js": "~0.2.8",
"through": "~2.3.4",
"graceful-fs": "~2.0.0"
},
"devDependencies": {
"mocha": "~1.10.0"
"mocha": "~1.12.0",
"superagent": "~0.15.4"
}
}

@@ -1,8 +0,8 @@

# beamer - currently WIP: may not work as advertised ;) [![Build Status](https://travis-ci.org/jxson/beamer.png)](https://travis-ci.org/jxson/beamer)
# beamer - currently a WIP: may not work as advertised ;) [![Build Status](https://travis-ci.org/jxson/beamer.png)](https://travis-ci.org/jxson/beamer) [![Dependency Status](https://david-dm.org/jxson/beamer.png)](https://david-dm.org/jxson/beamer)
CLI and node.js module for uploading directories and files to S3.
CLI and node.js module for syncing local directories to S3.
# Features
* upload entire directories
* sync local directory

@@ -23,2 +23,19 @@ # TODO:

upload everything in a local directory
var beamer = require('beamer')
beamer(dirname)
.configure({ bucket: <your bucket>
, key: <your AWS key>
, secret: <your AWS secret>
})
.on('error', function(err){ throw err })
.on('response', function(res){
console.log(res.req.method, res.statusCode, res.req.url)
})
.on('end', function(){
console.log('all done!')
})
# CLI

@@ -25,0 +42,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc