Socket
Socket
Sign inDemoInstall

meteor-deploy-s3

Package Overview
Dependencies
34
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

4

main.js

@@ -145,4 +145,4 @@ #!/usr/bin/env node

var list = _.compact(fileList);
var total = _.reduce(list, (memo, item) => item.total + memo, 0);
var loaded = _.reduce(list, (memo, item) => item.loaded + memo, 0);
var total = _.reduce(list, function (memo, item) {return item.total + memo}, 0);
var loaded = _.reduce(list, function (memo, item) {return item.loaded + memo}, 0);

@@ -149,0 +149,0 @@ if (!bar) {

{
"name": "meteor-deploy-s3",
"version": "0.0.2",
"version": "0.0.3",
"description": "Bundles a meteor app and uploads it to AWS S3.",

@@ -5,0 +5,0 @@ "author": "Nicolas Lopez <nicolaslopezj@me.com>",

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