New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-offline

Package Overview
Dependencies
Maintainers
1
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-offline - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

index.js

@@ -151,3 +151,2 @@ 'use strict';

responsesKeys.forEach(key => {

@@ -179,3 +178,4 @@ const x = endpoint.responses[key];

SCli.log(`[${finalResponse.statusCode}] ${whatToLog}`);
if (!err) SCli.log(`[${finalResponse.statusCode}] ${whatToLog}`);
else SCli.log(`Replying ${finalResponse.statusCode}`);

@@ -182,0 +182,0 @@ serverResponse.send();

{
"name": "serverless-offline",
"version": "0.1.6",
"version": "0.1.7",
"description": "Simulates your API Gateway ressources locally to call your lambda functions offline",

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

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