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.26-8 to 0.0.26-9

lib/constants/types.d.ts

2

lib/constants/constants.d.ts

@@ -0,1 +1,2 @@

export declare const NATS_HEMERA_KUBE_FILESERVICE = "NATS_HEMERA_KUBE_FILESERVICE";
export declare const MAX_FILE_SIZE: number;

@@ -27,2 +28,3 @@ export declare enum FilesCommands {

FILE_OPERATION = "FILE_OPERATION",
FILE_CONTENT_STREAM = "FILE_CONTENT_STREAM",
}
export * from './constants';
export * from './types';

@@ -472,2 +472,3 @@ module.exports =

__export(__webpack_require__(7));
__export(__webpack_require__(8));

@@ -482,2 +483,3 @@

Object.defineProperty(exports, "__esModule", { value: true });
exports.NATS_HEMERA_KUBE_FILESERVICE = 'NATS_HEMERA_KUBE_FILESERVICE';
exports.MAX_FILE_SIZE = 50 * 1024 * 1024;

@@ -511,7 +513,20 @@ var FilesCommands;

PubsubIdentifier["FILE_OPERATION"] = "FILE_OPERATION";
PubsubIdentifier["FILE_CONTENT_STREAM"] = "FILE_CONTENT_STREAM";
})(PubsubIdentifier = exports.PubsubIdentifier || (exports.PubsubIdentifier = {}));
/***/ }),
/* 8 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPES = {
IFilesSettings: Symbol('IFilesSettings'),
};
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map
export * from './files';
export * from './SUPPORTED_ENCODINGS';
export * from './files-configuration';
export * from './files-settings';

2

package.json
{
"name": "@files-stack/core",
"version": "0.0.26-8",
"version": "0.0.26-9",
"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