New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.1 to 1.5.0

9

index.js

@@ -91,2 +91,11 @@ const machineAsAction = require('machine-as-action');

},
badRequest: (output) => {
return res.json(output.stack, 400);
},
forbidden: (output) => {
return res.json(output.stack, 403);
},
notFound: (output) => {
return res.json(output.stack, 404);
},
// Allow setting context for AWS response (mainly for use in authorizers).

@@ -93,0 +102,0 @@ context: {}

2

package.json
{
"name": "baggywrinkle",
"version": "1.4.1",
"version": "1.5.0",
"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