Socket
Socket
Sign inDemoInstall

@files-stack/core

Package Overview
Dependencies
Maintainers
3
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.56-19 to 0.0.56-20

lib/interfaces/error-codes.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.56-20](https://github.com/cdmbase/files-stack/compare/v0.0.56-19...v0.0.56-20) (2019-06-12)
**Note:** Version bump only for package @files-stack/core
## [0.0.56-19](https://github.com/cdmbase/files-stack/compare/v0.0.56-18...v0.0.56-19) (2019-05-16)

@@ -8,0 +16,0 @@

1

lib/constants/constants.d.ts

@@ -48,1 +48,2 @@ export declare const NATS_HEMERA_KUBE_FILESERVICE = "NATS_HEMERA_KUBE_FILESERVICE";

export declare const FALLBACK_MAX_MEMORY_SIZE_MB = 4096;
export declare const ETAG_DISABLED = "";

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

exports.FALLBACK_MAX_MEMORY_SIZE_MB = 4096;
exports.ETAG_DISABLED = '';

@@ -517,2 +518,20 @@

/***/ "./src/interfaces/error-codes.ts":
/*!***************************************!*\
!*** ./src/interfaces/error-codes.ts ***!
\***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FILES_STACK_ERRORS;
(function (FILES_STACK_ERRORS) {
FILES_STACK_ERRORS["FILE_OPERATION_RESULT"] = "FILE_OPERATION_RESULT";
})(FILES_STACK_ERRORS = exports.FILES_STACK_ERRORS || (exports.FILES_STACK_ERRORS = {}));
/***/ }),
/***/ "./src/interfaces/files-content.ts":

@@ -630,2 +649,3 @@ /*!*****************************************!*\

__export(__webpack_require__(/*! ./text-files */ "./src/interfaces/text-files.ts"));
__export(__webpack_require__(/*! ./error-codes */ "./src/interfaces/error-codes.ts"));

@@ -632,0 +652,0 @@

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

export * from './text-files';
export * from './error-codes';

4

package.json
{
"name": "@files-stack/core",
"version": "0.0.56-19",
"version": "0.0.56-20",
"description": "files core for higher packages to depend on",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

},
"gitHead": "f950798f9f8a0447dcf7570ef6758f6269aa6c6c"
"gitHead": "bb9e3401749dfbfa579929d4eb4e9ffed36c9146"
}

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