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.17.1 to 1.17.2

2

doc-src/guide/browser-examples.md

@@ -10,3 +10,3 @@ # @title Examples in the Browser

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc6.min.js"></script>
<script type="text/javascript">

@@ -13,0 +13,0 @@ // See the Configuring section to configure credentials in the SDK

@@ -11,6 +11,6 @@ # @title AWS SDK for JavaScript in the Browser

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc6.min.js"></script>
You can also download this package by clicking the following link:
[aws-sdk-2.0.0-rc5.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js)
[aws-sdk-2.0.0-rc6.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc6.min.js)

@@ -17,0 +17,0 @@ Once the SDK is loaded in your page, the module will be available from

@@ -16,3 +16,3 @@ /**

*/
VERSION: '1.17.1',
VERSION: '1.17.2',

@@ -19,0 +19,0 @@ /**

@@ -50,3 +50,3 @@ var AWS = require('../core');

var memberRules = rules.members || {};
map[memberName] = translate(memberRules, memberValue);
map[memberName] = this.translate(memberRules, memberValue);
});

@@ -53,0 +53,0 @@ return map;

@@ -161,5 +161,14 @@ var AWS = require('./core');

/**
* Makes an unauthenticated request to a service
* Calls an operation on a service with the given input parameters, without
* any authentication data. This method is useful for "public" API operations.
*
* @api private
* @param operation [String] the name of the operation to call on the service.
* @param params [map] a map of input options for the operation
* @callback callback function(err, data)
* If a callback is supplied, it is called when a response is returned
* from the service.
* @param err [Error] the error object returned from the request.
* Set to `null` if the request is successful.
* @param data [Object] the de-serialized data returned from
* the request. Set to `null` if a request error occurs.
*/

@@ -166,0 +175,0 @@ makeUnauthenticatedRequest: function makeUnauthenticatedRequest(operation, params, callback) {

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "1.17.1",
"version": "1.17.2",
"author": {

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

@@ -15,3 +15,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)

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc6.min.js"></script>

@@ -18,0 +18,0 @@ ### In Node.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