Socket
Socket
Sign inDemoInstall

aws-api-gateway-client

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-api-gateway-client - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

apigClient.js

@@ -89,3 +89,5 @@ /*

apigClient.invokeApi = function (params, pathTemplate, method, additionalParams={}, body='') {
apigClient.invokeApi = function (params, pathTemplate, method, additionalParams, body) {
if (additionalParams===undefined) additionalParams={};
if (body===undefined) body='';

@@ -92,0 +94,0 @@ var request = {

{
"name": "aws-api-gateway-client",
"version": "0.1.4",
"version": "0.1.5",
"description": "A node.js moduel for AWS API Gateway client",

@@ -5,0 +5,0 @@ "main": "apigClient.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