@spinajs/fs-s3
Advanced tools
@@ -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 = { |
+5
-5
| { | ||
| "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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
572595
0.02%6
50%Updated
Updated
Updated