Socket
Socket
Sign inDemoInstall

@file-storage/local

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4-alpha.1 to 1.3.4-alpha.2

dist/cjs/local-disk-config.interface.js

11

dist/cjs/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,1 +16,2 @@ exports.default = void 0;

Object.defineProperty(exports, "default", { enumerable: true, get: function () { return local_driver_1.LocalDriver; } });
__exportStar(require("./local-disk-config.interface"), exports);

1

dist/esm/index.js
export { LocalDriver as default } from './local-driver';
export * from './local-disk-config.interface';
export { LocalDriver as default } from './local-driver';
export * from './local-disk-config.interface';

7

package.json
{
"name": "@file-storage/local",
"version": "1.3.4-alpha.1",
"version": "1.3.4-alpha.2",
"description": "Local driver for file-storage",

@@ -15,3 +15,2 @@ "author": "Dang Nguyen <haidang009@gmail.com>",

"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"

@@ -36,7 +35,7 @@ },

"devDependencies": {
"@file-storage/common": "^1.3.4-alpha.1",
"@file-storage/common": "^1.3.4-alpha.2",
"rimraf": "~3.0.2",
"typescript": "~4.3.5"
},
"gitHead": "af797d52c675d46b8abfd5bdf5e9c0e4e71c2c9f"
"gitHead": "810d925e944fb758225a492c43f3e12873a20aa0"
}
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