Socket
Socket
Sign inDemoInstall

@platform/cell.client

Package Overview
Dependencies
55
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.79 to 0.3.86

2

lib/Client.http/HttpClientCell.d.ts

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientCell;

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientCellDb;

@@ -5,4 +5,4 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
path: string;
}): t.IHttpClientCellFile;
import { t } from '../common';
export declare function copyFiles(args: {
http: t.IHttp;
http: t.Http;
urls: t.IUrlsCell;

@@ -5,0 +5,0 @@ files: t.IHttpClientCellFileCopy | t.IHttpClientCellFileCopy[];

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientCellFs;
import { t } from '../common';
export declare function deleteFiles(args: {
http: t.IHttp;
http: t.Http;
urls: t.IUrlsCell;

@@ -5,0 +5,0 @@ filename: string | string[];

import { t } from '../common';
export declare function uploadFiles(args: {
input: t.IHttpClientCellFileUpload | t.IHttpClientCellFileUpload[];
http: t.IHttp;
http: t.Http;
urls: t.IUrls;

@@ -6,0 +6,0 @@ cellUri: string;

import { t } from '../common';
import { FireUploadEvent } from './HttpClientCellFs.upload.event';
export declare function uploadToTarget(args: {
http: t.IHttp;
http: t.Http;
urls: t.IFilePresignedUploadUrl[];

@@ -6,0 +6,0 @@ files: t.IHttpClientCellFileUpload[];

@@ -6,4 +6,4 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
getInfo: () => Promise<t.IHttpClientResponse<t.IResGetCell>>;
}): t.IHttpClientCellLinks;

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientCellLinksInfo;

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientFile;

@@ -5,3 +5,3 @@ import { t } from '../common';

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
};

@@ -11,3 +11,3 @@ export declare function HttpClientNs(args: {

urls: t.IUrls;
http: t.IHttp;
http: t.Http;
}): t.IHttpClientNs;

@@ -6,14 +6,14 @@ "use strict";

name: '@platform/cell.client',
version: '0.3.79',
version: '0.3.86',
dependencies: {
'@platform/cell.schema': '0.5.89',
'@platform/cell.types': '0.5.86',
'@platform/cell.typesystem': '0.0.208',
'@platform/http': '0.14.19',
'@platform/http.types': '0.2.42',
'@platform/libs': '0.2.10',
'@platform/queue': '0.0.48',
'@platform/types': '0.5.21',
'@platform/cell.schema': '0.5.96',
'@platform/cell.types': '0.5.93',
'@platform/cell.typesystem': '0.0.215',
'@platform/http': '0.14.26',
'@platform/http.types': '0.2.49',
'@platform/libs': '0.2.12',
'@platform/queue': '0.0.55',
'@platform/types': '0.5.23',
'form-data': '4.0.0',
},
};
import * as t from './types';
export declare function isOK(status?: number | string): boolean;
export declare function isObservable(input?: any): boolean;
export declare function fromHttpResponse(res: t.IHttpResponse): {
export declare function fromHttpResponse(res: t.HttpResponse): {
toClientResponse<T>(options?: {

@@ -6,0 +6,0 @@ bodyType?: t.HttpClientBodyType | undefined;

{
"name": "@platform/cell.client",
"version": "0.3.79",
"version": "0.3.86",
"description": "A strongly typed HTTP client for operating with a CellOS service end-point.",

@@ -16,16 +16,16 @@ "main": "lib/index",

"dependencies": {
"@platform/cell.schema": "0.5.89",
"@platform/cell.types": "0.5.86",
"@platform/cell.typesystem": "0.0.208",
"@platform/http": "0.14.19",
"@platform/http.types": "0.2.42",
"@platform/libs": "0.2.10",
"@platform/queue": "0.0.48",
"@platform/types": "0.5.21",
"@platform/cell.schema": "0.5.96",
"@platform/cell.types": "0.5.93",
"@platform/cell.typesystem": "0.0.215",
"@platform/http": "0.14.26",
"@platform/http.types": "0.2.49",
"@platform/libs": "0.2.12",
"@platform/queue": "0.0.55",
"@platform/types": "0.5.23",
"form-data": "4.0.0"
},
"devDependencies": {
"@platform/npm": "0.4.8",
"@platform/test": "0.2.6",
"@platform/ts": "4.1.13"
"@platform/npm": "0.4.15",
"@platform/test": "0.2.8",
"@platform/ts": "4.1.20"
},

@@ -32,0 +32,0 @@ "files": [

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