aws-api-gateway-client
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24357