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

claudia-api-builder

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claudia-api-builder - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "claudia-api-builder",
"version": "1.4.0",
"version": "1.4.1",
"description": "Simplify AWS ApiGateway handling",

@@ -5,0 +5,0 @@ "license": "MIT",

# Release history
## 1.4.0, 11 July 2016
## 1.4.1, 1.4.0, 11 July 2016
- shortcut for configuring stage variables during deployment
- you can now provide a handler for unsupported event formats, and invoke the same Lambda from a source that's not API Gateway

@@ -11,3 +11,3 @@ /*global module, require */

unsupportedEventCallback,
prompter = (components && components.prompter) || require('../ask'),
prompter = (components && components.prompter) || require('./ask'),
isApiResponse = function (obj) {

@@ -14,0 +14,0 @@ return obj && (typeof obj === 'object') && (Object.getPrototypeOf(obj) === self.ApiResponse.prototype);

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