Socket
Socket
Sign inDemoInstall

s3proxy

Package Overview
Dependencies
40
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.3 to 1.6.4

32

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

@@ -8,25 +8,25 @@ "main": "index.js",

"artillery": "^1.7.9",
"artillery-plugin-expect": "^1.5.0",
"artillery-plugin-expect": "^2.1.0",
"benchmark": "^2.1.4",
"chai": "^4.3.4",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"eslint": "^8.6.0",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"express": "^4.17.2",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.1",
"express-request-id": "^1.4.1",
"helmet": "^5.0.1",
"microtime": "^3.0.0",
"mocha": "^9.1.3",
"helmet": "^5.1.1",
"microtime": "^3.1.1",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"morgan": "^1.10.0",
"nock": "^13.2.1",
"npm-check-updates": "^12.1.0",
"nock": "^13.2.9",
"npm-check-updates": "^16.0.5",
"nyc": "^15.1.0",
"sinon": "^12.0.1",
"sinon": "^14.0.0",
"start-server-and-test": "^1.14.0",
"wait-on": "^6.0.0"
"wait-on": "^6.0.1"
},
"dependencies": {
"aws-sdk": "^2.1049.0",
"aws-sdk": "^2.1199.0",
"url": "^0.11.0"

@@ -37,3 +37,3 @@ },

"start": "PORT=3000 node examples/express-basic.js",
"test": "npm run eslint && npm run nyc-coverage mocha && npm run artillery-ci && npm run package && npm run artillery-docker",
"test": "npm run eslint && npm run nyc-coverage && npm run artillery-ci && npm run package && npm run artillery-docker",
"nyc-coverage": "MOCHA_FILE=test-results/mocha-junit.xml nyc --reporter=html --reporter=text mocha --reporter mocha-junit-reporter",

@@ -51,3 +51,3 @@ "mocha": "mocha --reporter mocha-junit-reporter",

"docker": "echo running s3proxy:test && npm run credentials && docker run -v $PWD/credentials.json:/src/credentials.json:ro -p 8080:8080 -e BUCKET=s3proxy-public -t s3proxy:test; rm credentials.json",
"dockerize-for-test": "npm run package && cd examples/docker && docker buildx build --progress plain --build-arg VERSION=$npm_package_version --target test --load -t s3proxy:test .",
"dockerize-for-test": "npm run package && cd examples/docker && docker buildx build --progress plain --build-arg VERSION=$npm_package_version --load -t s3proxy:test .",
"dockerize-for-prod-aws": "cd examples/docker && docker buildx build --build-arg VERSION=$npm_package_version --push --target production -t ${AWS_ACCOUNT}.dkr.ecr.us-east-1.amazonaws.com/s3proxy:latest -t ${AWS_ACCOUNT}.dkr.ecr.us-east-1.amazonaws.com/s3proxy:$npm_package_version --platform=linux/amd64,linux/arm64 .",

@@ -54,0 +54,0 @@ "dockerize-for-prod-dockerhub": "cd examples/docker && docker buildx build --build-arg VERSION=$npm_package_version --push --target production -t forkzero/s3proxy:$npm_package_version --platform=linux/amd64,linux/arm64 .",

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

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

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

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

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

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 *`
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. npm version minor (or major or patch)

@@ -406,0 +406,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