Socket
Socket
Sign inDemoInstall

aws-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

lib/services/api/ec2-2013-10-15.js

4

lib/config.js

@@ -131,4 +131,4 @@ /**

* Node.js environment.
* * **timeout** [Integer] — The number of milliseconds to wait before
* giving up on a connection attempt. Defaults to no timeout.
* * **timeout** [Integer] — Sets the socket to timeout after timeout
* milliseconds of inactivity on the socket. Defaults to no timeout.
* @option options apiVersion [String, Date] a String in YYYY-MM-DD format

@@ -135,0 +135,0 @@ * (or a date) that represents the latest possible API version that can be

@@ -31,3 +31,3 @@ /**

*/
VERSION: '1.13.0',
VERSION: '1.14.0',

@@ -34,0 +34,0 @@ /**

@@ -91,2 +91,3 @@ /**

});
AWS.NodeHttpClient.sslAgent.setMaxListeners(0);
}

@@ -93,0 +94,0 @@ return AWS.NodeHttpClient.sslAgent;

@@ -28,3 +28,3 @@ /**

var emitter = new EventEmitter();
var href = endpoint.protocol + '//' + endpoint.host;
var href = endpoint.protocol + '//' + endpoint.hostname;
if (endpoint.port != 80 && endpoint.port != 443) {

@@ -31,0 +31,0 @@ href += ':' + endpoint.port;

@@ -61,3 +61,2 @@ /**

serviceCode: {
required: true
},

@@ -67,3 +66,2 @@ severityCode: {

categoryCode: {
required: true
},

@@ -70,0 +68,0 @@ communicationBody: {

@@ -18,3 +18,3 @@ /**

AWS.EC2 = AWS.Service.defineService('ec2', ['2013-06-15*', '2013-07-15*', '2013-08-15*', '2013-10-01'], {
AWS.EC2 = AWS.Service.defineService('ec2', ['2013-06-15*', '2013-07-15*', '2013-08-15*', '2013-10-01*', '2013-10-15'], {
setupRequestListeners: function setupRequestListeners(request) {

@@ -21,0 +21,0 @@ request.removeListener('extractError', AWS.EventListeners.Query.EXTRACT_ERROR);

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "1.13.0",
"version": "1.14.0",
"author": {

@@ -6,0 +6,0 @@ "name":"Amazon Web Services",

@@ -51,3 +51,3 @@ # AWS SDK for JavaScript [![Version](https://badge.fury.io/js/aws-sdk.png)](http://badge.fury.io/js/aws-sdk) [![Build Status](https://travis-ci.org/aws/aws-sdk-js.png?branch=master)](https://travis-ci.org/aws/aws-sdk-js)

<tr><td>2012-08-10</td></tr>
<tr><td>Amazon Elastic Compute Cloud</td><td>AWS.EC2</td><td>2013-10-01</td></tr>
<tr><td>Amazon Elastic Compute Cloud</td><td>AWS.EC2</td><td>2013-10-15</td></tr>
<tr><td>Amazon Elastic MapReduce</td><td>AWS.EMR</td><td>2009-03-31</td></tr>

@@ -70,2 +70,3 @@ <tr><td>Amazon Elastic Transcoder</td><td>AWS.ElasticTranscoder</td><td>2012-09-25</td></tr>

<tr><td>AWS CloudFormation</td><td>AWS.CloudFormation</td><td>2010-05-15</td></tr>
<tr><td>AWS CloudTrail</td><td>AWS.CloudTrail</td><td>2013-11-01</td></tr>
<tr><td>AWS Data Pipeline</td><td>AWS.DataPipeline</td><td>2012-10-29</td></tr>

@@ -78,3 +79,4 @@ <tr><td>AWS Direct Connect</td><td>AWS.DirectConnect</td><td>2012-10-25</td></tr>

<tr><td>AWS Security Token Service</td><td>AWS.STS</td><td>2011-06-15</td></tr>
<tr><td>AWS Storage Gateway</td><td>AWS.StorageGateway</td><td>2012-06-30</td></tr>
<tr><td rowspan="2">AWS Storage Gateway</td><td rowspan="2">AWS.StorageGateway</td><td>2012-06-30</td></tr>
<tr><td>2013-06-30</td></tr>
<tr><td>AWS Support</td><td>AWS.Support</td><td>2013-04-15</td></tr>

@@ -81,0 +83,0 @@ <tr><td>Elastic Load Balancing</td><td>AWS.ELB</td><td>2012-06-01</td></tr>

Sorry, the diff of this file is too big to display

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