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.7 to 0.1.8

4

lib/apiGatewayCore/sigV4Client.js

@@ -21,3 +21,3 @@ /*

var CryptoJS = require('crypto-js');
var url = require('url');
var urlParser = require('url');

@@ -181,3 +181,3 @@ apiGateway.core.sigV4ClientFactory = {};

headers[X_AMZ_DATE] = datetime;
var parser = url.parse(awsSigV4Client.endpoint);
var parser = urlParser.parse(awsSigV4Client.endpoint);
headers[HOST] = parser.hostname;

@@ -184,0 +184,0 @@

{
"name": "aws-api-gateway-client",
"version": "0.1.7",
"version": "0.1.8",
"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