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.74 to 0.3.75

3

lib/Client.http/HttpClientCellFs.upload.js

@@ -10,4 +10,5 @@ "use strict";

var _this = this;
var _a;
var http = args.http, urls = args.urls, cellUri = args.cellUri;
var sendChanges = common_1.defaultValue(args.changes, false);
var sendChanges = (_a = args.changes) !== null && _a !== void 0 ? _a : false;
var input = common_1.value.asArray(args.input).filter(function (file) { return file.data.byteLength > 0; });

@@ -14,0 +15,0 @@ var event = HttpClientCellFs_upload_event_1.UploadEvent({ total: input.length, uri: cellUri });

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

name: '@platform/cell.client',
version: '0.3.74',
version: '0.3.75',
dependencies: {
'@platform/cell.schema': '0.5.84',
'@platform/cell.types': '0.5.81',
'@platform/cell.typesystem': '0.0.203',
'@platform/cell.schema': '0.5.85',
'@platform/cell.types': '0.5.82',
'@platform/cell.typesystem': '0.0.204',
'@platform/http': '0.14.19',

@@ -13,0 +13,0 @@ '@platform/http.types': '0.2.42',

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

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

"dependencies": {
"@platform/cell.schema": "0.5.84",
"@platform/cell.types": "0.5.81",
"@platform/cell.typesystem": "0.0.203",
"@platform/cell.schema": "0.5.85",
"@platform/cell.types": "0.5.82",
"@platform/cell.typesystem": "0.0.204",
"@platform/http": "0.14.19",

@@ -21,0 +21,0 @@ "@platform/http.types": "0.2.42",

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