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

@e-mc/cloud

Package Overview
Dependencies
Maintainers
0
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.14 to 0.5.15

8

package.json
{
"name": "@e-mc/cloud",
"version": "0.5.14",
"version": "0.5.15",
"description": "Cloud constructor for E-mc.",

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

"dependencies": {
"@e-mc/core": "0.5.14",
"@e-mc/db": "0.5.14",
"@e-mc/types": "0.5.14"
"@e-mc/core": "0.5.15",
"@e-mc/db": "0.5.15",
"@e-mc/types": "0.5.15"
}
}

@@ -29,4 +29,4 @@ import type { ICloud, IFileManager, IModule, IScopeOrigin } from '@e-mc/types/lib';

export type UploadCallback = (data: UploadData, callback: (err: unknown, value?: string) => void) => void;
export type DownloadCallback = (data: DownloadData, callback: (err: unknown, value?: Null<BufferContent>) => void) => void;
export type DownloadCallback = (data: DownloadData, callback: (err: unknown, value?: Null<string | Buffer>) => void) => void;
export type UploadHost = ServiceHost<UploadCallback>;
export type DownloadHost = ServiceHost<DownloadCallback>;
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