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

aws-serverless-express

Package Overview
Dependencies
Maintainers
1
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.1.0 to 3.1.2

CHANGELOG.md

61

package.json
{
"name": "aws-serverless-express",
"version": "3.1.0",
"version": "3.1.2",
"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.",

@@ -30,11 +30,66 @@ "keywords": [

},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"publish": [
"@semantic-release/changelog",
{
"path": "@semantic-release/npm",
"npmPublish": true,
"tarballDir": "dist"
},
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"dist/**/*.{js|css}"
],
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
},
{
"path": "@semantic-release/github",
"assets": "dist/*.tgz"
}
]
},
"husky": {
"hooks": {
"pre-push": "npm test",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"jest": "^16.0.2"
"@commitlint/config-conventional": "^6.1.0",
"@semantic-release/changelog": "^1.0.0",
"@semantic-release/git": "^3.0.0",
"@semantic-release/npm": "^3.0.0",
"commitlint": "^6.1.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.15.0-rc.4",
"jest": "^16.0.2",
"semantic-release": "^13.1.3"
},
"scripts": {
"test": "jest"
"test": "jest",
"cz": "git-cz",
"release": "semantic-release",
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run"
},
"dependencies": {
"binary-case": "^1.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

@@ -0,1 +1,4 @@

# AWS Serverless Express
[![Build Status](https://travis-ci.org/awslabs/aws-serverless-express.svg?branch=master)](https://travis-ci.org/awslabs/aws-serverless-express) [![npm](https://img.shields.io/npm/v/aws-serverless-express.svg)]() [![npm](https://img.shields.io/npm/dm/aws-serverless-express.svg)]()
Run serverless applications and REST APIs using your existing [Node.js](https://nodejs.org/) application framework, on top of [AWS Lambda](https://aws.amazon.com/lambda/) and [Amazon API Gateway](https://aws.amazon.com/api-gateway/). The sample provided allows you to easily build serverless web applications/services and RESTful APIs using the [Express](https://expressjs.com/) framework.

@@ -2,0 +5,0 @@

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