Socket
Socket
Sign inDemoInstall

aws4

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4 - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

9

example.js

@@ -307,2 +307,11 @@ var http = require('http'),

request(aws4.sign({ service: 'cloudhsm', body: '{}', headers: {
'Content-Type': 'application/x-amz-json-1.1',
'X-Amz-Target': 'CloudHsmFrontendService.ListAvailableZones'
}}))
/*
{"AZList":["us-east-1a","us-east-1b","us-east-1c"]}
...
*/
request(aws4.sign({

@@ -309,0 +318,0 @@ service: 'swf',

30

package.json
{
"name": "aws4",
"version": "0.4.1",
"version": "0.4.2",
"description": "Signs and prepares requests using AWS Signature Version 4",

@@ -11,2 +11,4 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",

"signature",
"s3",
"ec2",
"autoscaling",

@@ -19,2 +21,4 @@ "cloudformation",

"dynamodb",
"kinesis",
"lambda",
"glacier",

@@ -26,2 +30,3 @@ "sqs",

"ses",
"swf",
"storagegateway",

@@ -34,3 +39,24 @@ "datapipeline",

"monitoring",
"cloudwatch"
"cloudtrail",
"cloudfront",
"codedeploy",
"elasticache",
"elasticmapreduce",
"elastictranscoder",
"emr",
"cloudwatch",
"mobileanalytics",
"cognitoidentity",
"cognitosync",
"cognito",
"containerservice",
"ecs",
"appstream",
"keymanagementservice",
"kms",
"config",
"cloudhsm",
"route53",
"route53domains",
"logs"
],

@@ -37,0 +63,0 @@ "repository": {

@@ -48,2 +48,3 @@ aws4

[Config](http://docs.aws.amazon.com/config/latest/APIReference/),
[CloudHSM](http://docs.aws.amazon.com/cloudhsm/latest/dg/api-ref.html),
[Route53](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rest.html) and

@@ -376,2 +377,11 @@ [Route53 Domains](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rpc.html).

request(aws4.sign({ service: 'cloudhsm', body: '{}', headers: {
'Content-Type': 'application/x-amz-json-1.1',
'X-Amz-Target': 'CloudHsmFrontendService.ListAvailableZones'
}}))
/*
{"AZList":["us-east-1a","us-east-1b","us-east-1c"]}
...
*/
request(aws4.sign({

@@ -378,0 +388,0 @@ service: 'swf',

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