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

hops-lambda

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-lambda - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="9.3.1"></a>
## [9.3.1](https://github.com/xing/hops/compare/v9.3.0...v9.3.1) (2017-12-15)
### Bug Fixes
* **lambda:** pass required options hash to hops-express ([f413703](https://github.com/xing/hops/commit/f413703))
<a name="9.3.0"></a>

@@ -8,0 +19,0 @@ # [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14)

2

lambda.js
'use strict';
var serverlessHttp = require('serverless-http');
var app = require('hops-express').createApp();
var app = require('hops-express').createApp({});

@@ -6,0 +6,0 @@ // NOTE: If you get ERR_CONTENT_DECODING_FAILED in your browser, this is likely

{
"name": "hops-lambda",
"version": "9.3.0",
"version": "9.3.1",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",

@@ -5,0 +5,0 @@ "keywords": ["hops", "express", "aws", "lambda", "serverless"],

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