Socket
Socket
Sign inDemoInstall

s3-upload

Package Overview
Dependencies
44
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.1.0

.travis.yml

6

bin/s3-upload.js

@@ -8,8 +8,8 @@ #!/usr/bin/env node

var configPath = path.resolve('./aws-upload.conf.js');
var configPath = process.argv[2] || './aws-upload.conf.js';
var config = require(configPath);
var config = require(path.resolve(configPath));
runner.setConfig(config);
runner.run();
runner.run();
{
"name": "s3-upload",
"version": "0.0.3",
"version": "0.1.0",
"description": "Allows you to upload static files to S3 buckets.",

@@ -10,3 +10,3 @@ "main": "main.js",

"scripts": {
"test": "make test"
"test": "mocha"
},

@@ -39,2 +39,3 @@ "repository": {

"chai-things": "~0.2.0",
"mocha": "^2.3.3",
"promise-testing": "0.0.12",

@@ -41,0 +42,0 @@ "sinon": "~1.7.3",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc