Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-fs

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-fs - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

2

lib.compiled/bootstrap.js

@@ -9,2 +9,2 @@ /**

let _exports = module.exports = _FS.FS;
module.exports = _FS.FS;

@@ -27,3 +27,2 @@ /**

*/
let Exception = exports.Exception = function (_Core$Exception$Excep) {

@@ -35,3 +34,2 @@ _inherits(Exception, _Core$Exception$Excep);

*/
function Exception() {

@@ -38,0 +36,0 @@ var _Object$getPrototypeO;

@@ -23,3 +23,2 @@ /**

*/
let UnknownFolderException = exports.UnknownFolderException = function (_Exception) {

@@ -32,3 +31,2 @@ _inherits(UnknownFolderException, _Exception);

*/
function UnknownFolderException(folderName, folders) {

@@ -35,0 +33,0 @@ _classCallCheck(this, UnknownFolderException);

@@ -49,3 +49,2 @@ /**

*/
let FS = exports.FS = function (_Kernel$ContainerAwar) {

@@ -62,3 +61,2 @@ _inherits(FS, _Kernel$ContainerAwar);

*/
function FS() {

@@ -149,3 +147,3 @@ let tmpFsBucket = arguments.length <= 0 || arguments[0] === undefined ? null : arguments[0];

if (!msIdentifier) {
throw new _Exception.Exception(`You must provide a microservice identifier for the shared fs`);
throw new _Exception.Exception('You must provide a microservice identifier for the shared fs');
}

@@ -264,3 +262,3 @@

* Returns mounted system folder
*
* @deprecated
* @returns {fs|s3fs|S3FS|S3FsRumProxy|SimulatedS3FS|*}

@@ -274,2 +272,14 @@ */

}
/**
* Returns mounted system folder
*
* @returns {fs|s3fs|S3FS|S3FsRumProxy|SimulatedS3FS|*}
*/
}, {
key: 'private',
get: function get() {
return this.getFolder(FS.PRIVATE);
}
}], [{

@@ -276,0 +286,0 @@ key: '_getTmpDir',

@@ -47,3 +47,2 @@ /**

*/
function S3FSRelativeFSExtender(relativeFsPath) {

@@ -188,3 +187,3 @@ _classCallCheck(this, S3FSRelativeFSExtender);

let error = new Error(`You do not have rights for this operation`);
let error = new Error('You do not have rights for this operation');

@@ -191,0 +190,0 @@ if (callback) {

@@ -5,2 +5,5 @@ /**

//need for backward compatibility with node v0.10.x
/*eslint no-eq-null: 0, eqeqeq: 0*/
'use strict';

@@ -29,3 +32,2 @@

*/
function Registry(s3, bucket) {

@@ -48,2 +50,3 @@ let registryFile = arguments.length <= 2 || arguments[2] === undefined ? Registry.REGISTRY_FILE : arguments[2];

* @param {String} registryFile
* @returns {Registry}
*/

@@ -158,2 +161,3 @@

/**
* @param {Function} cb
* @returns {Registry}

@@ -160,0 +164,0 @@ */

@@ -25,3 +25,2 @@ /**

*/
let S3FsRumProxy = exports.S3FsRumProxy = function () {

@@ -32,3 +31,2 @@ /**

*/
function S3FsRumProxy(originalInstance, logService) {

@@ -35,0 +33,0 @@ _classCallCheck(this, S3FsRumProxy);

{
"name": "deep-fs",
"version": "1.9.3",
"version": "1.9.4",
"description": "DEEP File System Library",

@@ -70,3 +70,3 @@ "keywords": [

"devDependencies": {
"chai": "^3.2.x",
"chai": "^3.5.x",
"sinon": "^1.17.x",

@@ -73,0 +73,0 @@ "sinon-chai": "^2.8.x"

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