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.5.1 to 0.5.2

6

index.js

@@ -759,3 +759,5 @@ "use strict";

result = service;
folder || (folder = 'client');
if (!folder && !service.startsWith("@squared-functions/" /* NAMESPACE.SQUARED_FUNCTIONS */)) {
folder = 'client';
}
}

@@ -780,3 +782,3 @@ else {

case 'oci':
result = '@pi-r/' + service;
result = "@pi-r/" /* NAMESPACE.PIR */ + service;
break;

@@ -783,0 +785,0 @@ default:

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

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

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