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

s3proxy

Package Overview
Dependencies
Maintainers
0
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 2.0.1 to 2.0.2

30

package.json
{
"name": "s3proxy",
"version": "2.0.1",
"version": "2.0.2",
"description": "Streaming web proxy for AWS S3",
"main": "index.js",
"devDependencies": {
"artillery": "^2.0.0-36",
"artillery-plugin-expect": "^2.3.2",
"@aws-sdk/client-s3": "^3.731.1",
"artillery": "^2.0.21",
"artillery-plugin-expect": "^2.16.0",
"benchmark": "^2.1.4",
"chai": "^4.3.8",
"chai": "^4.5.0",
"chai-http": "^4.4.0",
"eslint": "^8.48.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"express": "^4.18.2",
"eslint-plugin-import": "^2.31.0",
"express": "^4.21.2",
"express-request-id": "^1.4.1",
"helmet": "^7.0.0",
"mega-linter-runner": "^7.3.0",
"helmet": "^7.2.0",
"mega-linter-runner": "^7.13.0",
"microtime": "^3.1.1",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"mocha-junit-reporter": "^2.2.1",
"morgan": "^1.10.0",
"nock": "^13.3.3",
"npm-check-updates": "^16.13.2",
"nock": "^13.5.6",
"npm-check-updates": "^16.14.20",
"nyc": "^15.1.0",
"sinon": "^15.2.0",
"start-server-and-test": "^2.0.0",
"wait-on": "^7.0.1"
"start-server-and-test": "^2.0.10",
"url": "^0.11.4",
"wait-on": "^7.2.0"
},

@@ -30,0 +32,0 @@ "dependencies": {

@@ -25,3 +25,3 @@ # s3proxy

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

@@ -38,3 +38,3 @@ ```

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

@@ -406,3 +406,3 @@ ```

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 '2\.0\.' *`
1. Search and replace on OSX: grep -rli --exclude-dir node_modules --exclude package.json --exclude package-lock.json '2\.0\.' * | xargs -I@ sed -i '' 's/2.0.1/2.0.2/g' @
1. Search and replace on OSX: grep -rli --exclude-dir node_modules --exclude package.json --exclude package-lock.json '2\.0\.' * | xargs -I@ sed -i '' 's/2.0.2/2.0.3/g' @
1. npm version minor (or major or patch)

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

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