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

pkgcloud

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgcloud - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

lib/pkgcloud/core/compute/bootstrapper.js

@@ -324,3 +324,3 @@ /*

return options.files
? async.forEach(options.files, uploadFile, next)
? async.forEachSeries(options.files, uploadFile, next)
: next();

@@ -327,0 +327,0 @@ },

{
"name": "pkgcloud",
"description": "An infrastructure-as-a-service agnostic cloud library for node.js",
"version": "0.6.2",
"version": "0.6.3",
"author": "Nodejitsu Inc <info@nodejitsu.com",

@@ -6,0 +6,0 @@ "contributors": [

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