Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-serverless-express

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-serverless-express - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

8

CHANGELOG.md

@@ -1,3 +0,3 @@

<a name="3.2.0"></a>
# [3.2.0](https://github.com/awslabs/aws-serverless-express/compare/v3.1.3...v3.2.0) (2018-04-10)
<a name="3.3.0"></a>
# [3.3.0](https://github.com/awslabs/aws-serverless-express/compare/v3.2.0...v3.3.0) (2018-08-16)

@@ -7,3 +7,3 @@

* **example:** add ca-central-1 to list of regions available ([#133](https://github.com/awslabs/aws-serverless-express/issues/133)) ([8cfd094](https://github.com/awslabs/aws-serverless-express/commit/8cfd094))
* run npm audit fix ([85cbae6](https://github.com/awslabs/aws-serverless-express/commit/85cbae6))

@@ -13,2 +13,2 @@

* **binary:** allow wildcards and extensions in binary types ([#136](https://github.com/awslabs/aws-serverless-express/issues/136)) ([8879cf3](https://github.com/awslabs/aws-serverless-express/commit/8879cf3))
* 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.2.0",
"version": "3.3.0",
"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.",

@@ -60,6 +60,12 @@ "keywords": [

"hooks": {
"pre-push": "npm test",
"pre-commit": "lint-staged && npm run install-example-dependencies && npm test",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"commitlint": {

@@ -70,2 +76,11 @@ "extends": [

},
"eslintIgnore": [
"examples/*/node_modules"
],
"jest": {
"collectCoverageFrom": [
"index.js",
"middleware.js"
]
},
"devDependencies": {

@@ -77,8 +92,14 @@ "@commitlint/config-conventional": "^6.1.0",

"@semantic-release/npm": "^3.0.2",
"commitizen": "^2.9.6",
"commitizen": "^2.10.1",
"commitlint": "^6.1.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"husky": "^0.15.0-rc.4",
"jest": "^16.0.2",
"nsp": "^3.1.0",
"lint-staged": "^7.2.0",
"semantic-release": "^13.1.3"

@@ -88,7 +109,10 @@ },

"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage",
"cz": "git-cz",
"release": "semantic-release",
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run",
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci",
"check-dependencies": "npx npm-check --skip-unused --update",
"security-scan": "nsp check"
"lint": "eslint src examples",
"install-example-dependencies": "cd examples && npm install --prefix basic-starter basic-starter && cd .."
},

@@ -95,0 +119,0 @@ "dependencies": {

@@ -28,3 +28,3 @@ # AWS Serverless Express

Want to get up and running quickly? [Check out our example](example) which includes:
Want to get up and running quickly? [Check out our basic starter example](examples/basic-starter) which includes:

@@ -31,0 +31,0 @@ - Lambda function

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