aws-serverless-express
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,9 @@ | ||
<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> | ||
@@ -2,0 +10,0 @@ # [3.3.0](https://github.com/awslabs/aws-serverless-express/compare/v3.2.0...v3.3.0) (2018-08-16) |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"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.", | ||
@@ -19,6 +19,5 @@ "keywords": [ | ||
"files": [ | ||
"index.js", | ||
"middleware.js" | ||
"src/*" | ||
], | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"repository": { | ||
@@ -81,4 +80,3 @@ "type": "git", | ||
"collectCoverageFrom": [ | ||
"index.js", | ||
"middleware.js" | ||
"src/*" | ||
] | ||
@@ -112,3 +110,3 @@ }, | ||
"release": "semantic-release", | ||
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci", | ||
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run", | ||
"check-dependencies": "npx npm-check --skip-unused --update", | ||
@@ -115,0 +113,0 @@ "lint": "eslint src examples", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
29124
7
240
1