Socket
Socket
Sign inDemoInstall

s3proxy

Package Overview
Dependencies
18
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.4 to 1.6.5

29

package.json
{
"name": "s3proxy",
"version": "1.6.4",
"version": "1.6.5",
"description": "Streaming web proxy for AWS S3",

@@ -10,23 +10,24 @@ "main": "index.js",

"benchmark": "^2.1.4",
"chai": "^4.3.6",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"eslint": "^8.22.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.1",
"eslint-plugin-import": "^2.27.4",
"express": "^4.18.2",
"express-request-id": "^1.4.1",
"helmet": "^5.1.1",
"helmet": "^6.0.1",
"mega-linter-runner": "^6.18.0",
"microtime": "^3.1.1",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"morgan": "^1.10.0",
"nock": "^13.2.9",
"npm-check-updates": "^16.0.5",
"nock": "^13.3.0",
"npm-check-updates": "^16.6.2",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"start-server-and-test": "^1.14.0",
"wait-on": "^6.0.1"
"sinon": "^15.0.1",
"start-server-and-test": "^1.15.2",
"wait-on": "^7.0.1"
},
"dependencies": {
"aws-sdk": "^2.1199.0",
"aws-sdk": "^2.1295.0",
"url": "^0.11.0"

@@ -33,0 +34,0 @@ },

@@ -11,3 +11,3 @@ # s3proxy

``` bash
docker run --env BUCKET=mybucket --env PORT=8080 --publish 8080:8080 -t forkzero/s3proxy:1.6.4
docker run --env BUCKET=mybucket --env PORT=8080 --publish 8080:8080 -t forkzero/s3proxy:1.6.5
curl http://localhost:8080/index.html # serves s3://mybucket/index.html

@@ -24,3 +24,3 @@ ```

-p 8080:8080 \
-t forkzero/s3proxy:1.6.4
-t forkzero/s3proxy:1.6.5
curl http://localhost:8080/index.html # serves s3://mybucket/index.html

@@ -403,3 +403,4 @@ ```

1. git clone https://github.com/gmoon/s3proxy.git
1. The version number exists in the documentation, search *.md files and change to new version number: `grep -r --exclude-dir node_modules --exclude package.json --exclude package-lock.json '1\.6\.' *`
1. The version number exists in the documentation, search files that need to change: `grep -r --exclude-dir node_modules --exclude package.json --exclude package-lock.json '1\.6\.' *`
1. Search and replace on OSX: grep -rli --exclude-dir node_modules --exclude package.json --exclude package-lock.json '1\.6\.' * | xargs -I@ sed -i '' 's/1.6.5/1.6.6/g' @
1. npm version minor (or major or patch)

@@ -406,0 +407,0 @@ * if you make a mistake:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc