Socket
Socket
Sign inDemoInstall

lambda-serverless-api

Package Overview
Dependencies
Maintainers
1
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-serverless-api - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

3

lib/api.js

@@ -8,4 +8,2 @@ const get = require('lodash.get');

const endpoints = {};
const parse = (request, params, event) => {

@@ -53,2 +51,3 @@ const expectedRequestMethod = request.split(" ")[0];

module.exports = (options = {}) => {
const endpoints = {};
const rollbar = Rollbar(get(options, 'rollbar', {}));

@@ -55,0 +54,0 @@ const limiter = Limiter(get(options, 'limiter', {}));

@@ -22,3 +22,3 @@ {

},
"version": "1.3.1",
"version": "1.3.2",
"scripts": {

@@ -25,0 +25,0 @@ "test": "grunt gardener",

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