Comparing version 1.2.0 to 1.2.1
{ | ||
"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>", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18506
1
120
8
4
84
1