Comparing version 0.3.0 to 0.4.0
@@ -5,3 +5,3 @@ { | ||
"description": "Simple S3 integration with a cache backed by Redis", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"repository": { | ||
@@ -21,3 +21,5 @@ "type": "git", | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"mocha": "*" | ||
} | ||
} |
@@ -46,1 +46,20 @@ # Introduction | ||
List files with a given prefix (path). Do NOT use a leading slash. | ||
# Run Tests | ||
Ensure you have mocha installed. | ||
npm install mocha | ||
Add a config file for s3asy to use in ```~/.s3asy_test_config.js```. | ||
module.exports = { | ||
key: '<api-key-here>', | ||
secret: '<secret-here>', | ||
bucket: 'bucket-name', | ||
cache: true | ||
}; | ||
Run tests | ||
cd test | ||
mocha test.js --reporter spec |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6848
5
166
65
1
2