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

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 10.3.0 to 10.3.1

6

lib/plugin/versioning.js

@@ -48,3 +48,3 @@ import get from 'lodash.get';

},
storeApiVersionMeta: ({ request, event, context }) => {
storeApiVersionMeta: async ({ request, event, context }) => {
if (request.routed === false) {

@@ -79,3 +79,3 @@ return;

const isSunset = apiVersionMeta.sunsetDate < new Date();
onDeprecated({
await onDeprecated({
request,

@@ -146,3 +146,3 @@ event,

async before(kwargs) {
this.versionManager.storeApiVersionMeta(kwargs);
await this.versionManager.storeApiVersionMeta(kwargs);
}

@@ -149,0 +149,0 @@

@@ -41,3 +41,3 @@ {

},
"version": "10.3.0",
"version": "10.3.1",
"scripts": {

@@ -44,0 +44,0 @@ "clean": "rm -rf lib",

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