Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@spinajs/fs-s3

Package Overview
Dependencies
Maintainers
1
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/fs-s3 - npm Package Compare versions

Comparing version
2.0.429
to
2.0.430
+1
-1
lib/cjs/config.js

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

function dir(path) {
return (0, path_1.resolve)((0, path_1.normalize)((0, path_1.join)(process.cwd(), path)));
return (0, path_1.resolve)((0, path_1.normalize)((0, path_1.join)(process.env.WORKSPACE_ROOT_PATH ?? process.cwd(), path)));
}

@@ -8,0 +8,0 @@ const fs = {

import { join, normalize, resolve } from 'path';
function dir(path) {
return resolve(normalize(join(process.cwd(), path)));
return resolve(normalize(join(process.env.WORKSPACE_ROOT_PATH ?? process.cwd(), path)));
}

@@ -5,0 +5,0 @@ const fs = {

{
"name": "@spinajs/fs-s3",
"version": "2.0.429",
"version": "2.0.430",
"description": "file operations implementation for aws s3 storage",

@@ -59,6 +59,6 @@

"dependencies": {
"@spinajs/configuration": "^2.0.429",
"@spinajs/di": "^2.0.429",
"@spinajs/fs": "^2.0.429",
"@spinajs/log": "^2.0.429",
"@spinajs/configuration": "^2.0.430",
"@spinajs/di": "^2.0.430",
"@spinajs/fs": "^2.0.430",
"@spinajs/log": "^2.0.430",
"@aws-sdk/client-s3":"^3.821.0",

@@ -65,0 +65,0 @@ "@aws-sdk/cloudfront-signer": "^3.821.0",

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 too big to display

Sorry, the diff of this file is too big to display