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

@eyevinn/dev-lambda

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eyevinn/dev-lambda - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/src/lambda-elb.js

@@ -22,3 +22,3 @@ "use strict";

this.server = (0, fastify_1.default)();
this.server.get("*", (request, reply) => __awaiter(this, void 0, void 0, function* () {
this.server.all("*", (request, reply) => __awaiter(this, void 0, void 0, function* () {
debug(request.url);

@@ -25,0 +25,0 @@ let params = {};

{
"name": "@eyevinn/dev-lambda",
"version": "0.1.1",
"version": "0.1.2",
"description": "Libraries to facilitate development of Lambda functions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,3 +16,3 @@ import fastify, { FastifyInstance } from "fastify";

this.server = fastify();
this.server.get("*", async (request, reply) => {
this.server.all("*", async (request, reply) => {
debug(request.url);

@@ -19,0 +19,0 @@ let params = {};

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