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 2.1.28 to 2.1.29

33

apis/opsworks-2013-02-18.min.json

@@ -1326,2 +1326,32 @@ {

},
"GrantAccess": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"ValidForInMinutes": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TemporaryCredential": {
"type": "structure",
"members": {
"Username": {},
"Password": {},
"ValidForInMinutes": {
"type": "integer"
},
"InstanceId": {}
}
}
}
}
},
"RebootInstance": {

@@ -1965,2 +1995,5 @@ "input": {

"type": "double"
},
"Alarms": {
"shape": "S3"
}

@@ -1967,0 +2000,0 @@ }

@@ -58,2 +58,24 @@ # Contributing to the AWS SDK for JavaScript

### Testing
To run the tests locally, install `phantomjs`. You can do so using [Homebrew][homebrew]:
```
brew install phantomjs
```
Then, to run all tests:
```
npm test
```
To run a particular test subset e.g. just the unit tests:
```
npm run-script unit
```
See the implementation of the `test` script in `package.json` for more options.
[issues]: https://github.com/aws/aws-sdk-js/issues

@@ -63,1 +85,2 @@ [pr]: https://github.com/aws/aws-sdk-js/pulls

[cla]: http://en.wikipedia.org/wiki/Contributor_License_Agreement
[homebrew]: http://brew.sh/

2

lib/core.js

@@ -20,3 +20,3 @@ /**

*/
VERSION: '2.1.28',
VERSION: '2.1.29',

@@ -23,0 +23,0 @@ /**

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

clearCachedId: function clearCache() {
this.identityId = null;
delete this.params.IdentityId;
var poolId = this.params.IdentityPoolId;

@@ -134,0 +137,0 @@ delete this.storage[this.localStorageKey.id + poolId];

@@ -314,3 +314,3 @@ /* eslint guard-for-in:0 */

if (date === undefined) { date = util.date.getDate(); }
return date.toISOString();
return date.toISOString().replace(/\.\d{3}Z$/, 'Z');
},

@@ -317,0 +317,0 @@

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1.28",
"version": "2.1.29",
"author": {

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

@@ -27,3 +27,3 @@ # AWS SDK for JavaScript

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.29.min.js"></script>

@@ -30,0 +30,0 @@ The AWS SDK is also compatible with [browserify](http://browserify.org).

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