New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws2js

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws2js - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

10

config/aws.js

@@ -12,3 +12,3 @@ 'use strict';

exports.regions = {
'us-east-1': '', // Virginia
'us-east-1': '', // N. Virginia aka US Standard
'us-west-1': 'us-west-1', // N. California

@@ -18,4 +18,5 @@ 'us-west-2': 'us-west-2', // Oregon

'ap-southeast-1': 'ap-southeast-1', // Singapore
'ap-northeast-1': 'ap-northeast-1', // Tokyo,
'sa-east-1': 'sa-east-1' // Sao Paulo
'ap-northeast-1': 'ap-northeast-1', // Tokyo
'sa-east-1': 'sa-east-1', // Sao Paulo
'ap-southeast-2': 'ap-southeast-2' // Sydney
};

@@ -30,3 +31,2 @@

iam: null,
elasticache: null,
sts: null

@@ -138,3 +138,3 @@ };

query: {
Version: '2012-03-09',
Version: '2012-08-01',
SignatureMethod: 'HmacSHA256',

@@ -141,0 +141,0 @@ SignatureVersion: '2'

{
"name": "aws2js",
"main": "./lib/aws.js",
"version": "0.7.7",
"version": "0.7.8",
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -0,1 +1,6 @@

## v0.7.8
* Added the Australian region to the config.
* Removed the noRegion flag for ElastiCache. For the moment, [unavailable for Sydney, Australia](http://aws.amazon.com/about-aws/globalinfrastructure/regional-product-services/).
* Updates the ElastiCache API client to default to version 2012-08-01.
## v0.7.7

@@ -2,0 +7,0 @@ * Don't error out on close events with 204 status code [#67](https://github.com/SaltwaterC/aws2js/pull/67).

{
"name": "aws2js",
"main": "./lib/aws.js",
"version": "0.7.7",
"version": "0.7.8",
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",

@@ -6,0 +6,0 @@ "scripts": {

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