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

s3proxy

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3proxy - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

index.js

30

package.json
{
"name": "s3proxy",
"version": "1.2.0",
"description": "Front AWS S3 with a web server that you control",
"main": "s3proxy.js",
"dependencies": {
"aws-sdk": "^2.118.0"
},
"version": "1.2.1",
"description": "Streaming web proxy for AWS S3",
"main": "index.js",
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^4.7.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "^3.5.3",
"sinon": "^3.2.1"
"express": "^4.15.4",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
},
"dependencies": {
"aws-sdk": "^2.118.0"
},
"scripts": {

@@ -24,9 +26,15 @@ "test": "make -j test"

},
"files": [
"README.md",
"LICENSE",
"index.js"
],
"keywords": [
"aws",
"s3",
"proxy",
"node",
"nodejs",
"http",
"express",
"node",
"nodejs"
"express"
],

@@ -33,0 +41,0 @@ "author": "George Moon <george.moon@gmail.com>",

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