New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/fs

Package Overview
Dependencies
Maintainers
1
Versions
267
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.57 to 2.0.58

12

lib/config/fs.d.ts

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

export {};
declare const fs: {
fs: {
defaultProvider: string;
providers: {
service: string;
name: string;
basePath: string;
}[];
};
};
export default fs;
//# sourceMappingURL=fs.d.ts.map

5

lib/config/fs.js
import { join, normalize, resolve } from 'path';
function dir(path) {
return resolve(normalize(join(__dirname, path)));
return resolve(normalize(join(process.cwd(), path)));
}
module.exports = {
const fs = {
fs: {

@@ -25,2 +25,3 @@ defaultProvider: 'fs-local',

};
export default fs;
//# sourceMappingURL=fs.js.map
{
"name": "@spinajs/fs",
"version": "2.0.57",
"version": "2.0.58",
"description": "wrapper for file operations",

@@ -46,3 +46,3 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/exceptions": "2.0.57",
"@spinajs/exceptions": "2.0.58",
"archiver": "^5.3.1",

@@ -49,0 +49,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

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