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

@spinajs/fs

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/fs - npm Package Compare versions

Comparing version 2.0.110 to 2.0.111

4

lib/cjs/local-provider.d.ts
/// <reference types="node" />
/// <reference types="node" />
import { fs, IStat, IZipResult } from './interfaces.js';
import { ILog } from '@spinajs/log';
import { Log } from '@spinajs/log-common';
export interface IFsLocalOptions {

@@ -20,3 +20,3 @@ basePath: string;

Options: IFsLocalOptions;
protected Logger: ILog;
protected Logger: Log;
/**

@@ -23,0 +23,0 @@ * Name of provider. We can have multiple providers of the same type but with different options.

@@ -24,3 +24,3 @@ "use strict";

const path_1 = require("path");
const log_1 = require("@spinajs/log");
const log_common_1 = require("@spinajs/log-common");
const archiver_1 = __importDefault(require("archiver"));

@@ -249,4 +249,4 @@ /**

__decorate([
(0, log_1.Logger)('fs'),
__metadata("design:type", Object)
(0, log_common_1.Logger)('fs'),
__metadata("design:type", log_common_1.Log)
], fsNative.prototype, "Logger", void 0);

@@ -253,0 +253,0 @@ fsNative = __decorate([

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import { fs, IStat, IZipResult } from './interfaces.js';
import { ILog } from '@spinajs/log';
import { Log } from '@spinajs/log-common';
export interface IFsLocalOptions {

@@ -20,3 +20,3 @@ basePath: string;

Options: IFsLocalOptions;
protected Logger: ILog;
protected Logger: Log;
/**

@@ -23,0 +23,0 @@ * Name of provider. We can have multiple providers of the same type but with different options.

@@ -18,3 +18,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { basename, join } from 'path';
import { Logger } from '@spinajs/log';
import { Log, Logger } from '@spinajs/log-common';
import archiver from 'archiver';

@@ -244,3 +244,3 @@ /**

Logger('fs'),
__metadata("design:type", Object)
__metadata("design:type", Log)
], fsNative.prototype, "Logger", void 0);

@@ -247,0 +247,0 @@ fsNative = __decorate([

{
"name": "@spinajs/fs",
"version": "2.0.110",
"version": "2.0.111",
"description": "wrapper for file operations",

@@ -55,3 +55,3 @@

"dependencies": {
"@spinajs/exceptions": "2.0.110",
"@spinajs/exceptions": "2.0.111",
"archiver": "^5.3.1",

@@ -58,0 +58,0 @@ "lodash": "^4.17.21",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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