Socket
Socket
Sign inDemoInstall

@files-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/core - npm Package Compare versions

Comparing version 0.0.27-9 to 0.0.27-10

lib/interfaces/files-content.d.ts

1

lib/constants/constants.d.ts
export declare const NATS_HEMERA_KUBE_FILESERVICE = "NATS_HEMERA_KUBE_FILESERVICE";
export declare const MAX_FILE_SIZE: number;
export declare const CONTENT_SIZE_LIMIT: number;
export declare enum FilesCommands {

@@ -4,0 +5,0 @@ RESOLVE_FILE = "RESOLVE_FILE",

34

lib/index.js

@@ -78,4 +78,4 @@ module.exports =

__export(__webpack_require__(1));
__export(__webpack_require__(4));
__export(__webpack_require__(6));
__export(__webpack_require__(5));
__export(__webpack_require__(7));

@@ -95,2 +95,3 @@

__export(__webpack_require__(3));
__export(__webpack_require__(4));

@@ -379,3 +380,19 @@

Object.defineProperty(exports, "__esModule", { value: true });
const ramda_1 = __webpack_require__(5);
exports.FILE_CONTENT_STATUS = {
PENDING: 'PENDING',
START: 'START',
IN_PROGRESS: 'IN-PROGRESS',
END: 'END',
ERROR: 'ERROR',
};
/***/ }),
/* 5 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ramda_1 = __webpack_require__(6);
exports.isChild = (source, target) => (target.indexOf(source) !== -1);

@@ -443,3 +460,3 @@ exports.getPath = (resource) => {

/***/ }),
/* 5 */
/* 6 */
/***/ (function(module, exports) {

@@ -450,3 +467,3 @@

/***/ }),
/* 6 */
/* 7 */
/***/ (function(module, exports, __webpack_require__) {

@@ -460,8 +477,8 @@

Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(7));
__export(__webpack_require__(8));
__export(__webpack_require__(9));
/***/ }),
/* 7 */
/* 8 */
/***/ (function(module, exports, __webpack_require__) {

@@ -474,2 +491,3 @@

exports.MAX_FILE_SIZE = 50 * 1024 * 1024;
exports.CONTENT_SIZE_LIMIT = 819 * 1024;
var FilesCommands;

@@ -507,3 +525,3 @@ (function (FilesCommands) {

/***/ }),
/* 8 */
/* 9 */
/***/ (function(module, exports, __webpack_require__) {

@@ -510,0 +528,0 @@

@@ -5,1 +5,2 @@ export * from './files';

export * from './files-settings';
export * from './files-content';
{
"name": "@files-stack/core",
"version": "0.0.27-9",
"version": "0.0.27-10",
"description": "files core for higher packages to depend on",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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