aws-serverless-express
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -1,3 +0,3 @@ | ||
<a name="3.3.2"></a> | ||
## [3.3.2](https://github.com/awslabs/aws-serverless-express/compare/v3.3.1...v3.3.2) (2018-08-16) | ||
<a name="3.3.3"></a> | ||
## [3.3.3](https://github.com/awslabs/aws-serverless-express/compare/v3.3.2...v3.3.3) (2018-08-16) | ||
@@ -7,12 +7,4 @@ | ||
* add back root index.js and middleware.js ([9b7d755](https://github.com/awslabs/aws-serverless-express/commit/9b7d755)) | ||
* add src/ to package.json files ([a412ec7](https://github.com/awslabs/aws-serverless-express/commit/a412ec7)) | ||
<a name="3.3.1"></a> | ||
## [3.3.1](https://github.com/awslabs/aws-serverless-express/compare/v3.3.0...v3.3.1) (2018-08-16) | ||
### Bug Fixes | ||
* fix package.json files ([4f2e56a](https://github.com/awslabs/aws-serverless-express/commit/4f2e56a)) | ||
<a name="3.3.0"></a> | ||
@@ -22,9 +14,4 @@ # [3.3.0](https://github.com/awslabs/aws-serverless-express/compare/v3.2.0...v3.3.0) (2018-08-16) | ||
### Bug Fixes | ||
* run npm audit fix ([85cbae6](https://github.com/awslabs/aws-serverless-express/commit/85cbae6)) | ||
### Features | ||
* add option of specifying resolveMode ([#173](https://github.com/awslabs/aws-serverless-express/issues/173)) ([582b88d](https://github.com/awslabs/aws-serverless-express/commit/582b88d)) |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -20,3 +20,4 @@ "keywords": [ | ||
"index.js", | ||
"middleware.js" | ||
"middleware.js", | ||
"src/" | ||
], | ||
@@ -23,0 +24,0 @@ "main": "index.js", |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
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
30340
9
272
1
2