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

@e-mc/cloud

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e-mc/cloud - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

2

index.js

@@ -255,3 +255,3 @@ "use strict";

.catch(err => instance.writeFail(["Download failed" /* ERR_CLOUD.DOWNLOAD_FAIL */, path.basename(downloadUri)], err, { type: 64 /* LOG_TYPE.CLOUD */, startTime }));
if (active || waitStatus || this.archiving) {
if (active || waitStatus || this.incremental === 'staging') {
tasks.push(task);

@@ -258,0 +258,0 @@ }

{
"name": "@e-mc/cloud",
"version": "0.4.2",
"version": "0.5.0",
"description": "Cloud constructor for E-mc.",

@@ -23,6 +23,6 @@ "main": "index.js",

"dependencies": {
"@e-mc/core": "0.4.2",
"@e-mc/db": "0.4.2",
"@e-mc/types": "0.4.2"
"@e-mc/core": "0.5.0",
"@e-mc/db": "0.5.0",
"@e-mc/types": "0.5.0"
}
}
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