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.3.0 to 3.3.1

src/index.js

8

CHANGELOG.md

@@ -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)

12

package.json
{
"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",

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