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

s3asy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3asy - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

.npmignore

6

package.json

@@ -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
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