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

baggywrinkle

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baggywrinkle - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

6

index.js

@@ -92,9 +92,9 @@ const machineAsAction = require('machine-as-action');

badRequest: (output) => {
return res.json(output.stack, 400);
return res.sendStatus(400);
},
forbidden: (output) => {
return res.json(output.stack, 403);
return res.sendStatus(403);
},
notFound: (output) => {
return res.json(output.stack, 404);
return res.sendStatus(404);
},

@@ -101,0 +101,0 @@ // Allow setting context for AWS response (mainly for use in authorizers).

{
"name": "baggywrinkle",
"version": "1.5.0",
"version": "1.5.1",
"description": "Run a machine from an AWS Lambda function.",

@@ -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